This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 66eb1ed388 Fix gdb build with -std=gnu++11 adds 7ccbb4437a sim/or1k: Regenerate sim adds 688cea90bc sim/common: Wire in df/di conversion adds f1cc84f594 sim/common: wire up new unordered comparisons adds b4f9e00346 sim/testsuite/or1k: Add test for 64-bit fpu operations adds 3c83b496d4 sim/testsuite/or1k: Add test case for l.adrp instruction adds 57a63d27dc sim/testsuite/or1k: Add tests for unordered compares adds 4c04873103 Fix "set integer-command unlimited junk" adds f8164777cd Automatic date update in version.in adds d4b87b1eb6 PowerPC comment fixes adds e3fa7860f4 Fix alpha testsuite regression adds 3a3a077c4a Regenerate with approved autotools version new bcc5a6eb66 Updated French translation for the opcodes subdirectory.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 9 + bfd/Makefile.in | 1 - bfd/configure | 28 +- bfd/elf64-ppc.c | 10 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/Makefile.in | 9 +- binutils/aclocal.m4 | 10 +- binutils/doc/Makefile.in | 9 +- gas/ChangeLog | 6 + gas/Makefile.in | 1 - gas/configure | 28 +- gas/doc/Makefile.in | 1 - gdb/ChangeLog | 8 + gdb/cli/cli-setshow.c | 23 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/settings.exp | 11 + ld/ChangeLog | 12 + ld/Makefile.in | 1 - ld/configure | 28 +- ld/testsuite/ld-alpha/tlsbin.rd | 2 +- ld/testsuite/ld-alpha/tlsbinr.rd | 2 +- ld/testsuite/ld-alpha/tlspic.rd | 4 +- libctf/ChangeLog | 4 + libctf/configure | 2 +- opcodes/ChangeLog | 4 + opcodes/po/fr.po | 160 +-- sim/ChangeLog | 10 + sim/common/ChangeLog | 11 + sim/common/cgen-accfp.c | 49 + sim/common/cgen-fpu.h | 2 + sim/or1k/arch.c | 2 +- sim/or1k/arch.h | 2 +- sim/or1k/cpu.c | 78 +- sim/or1k/cpu.h | 174 ++- sim/or1k/cpuall.h | 2 +- sim/or1k/decode.c | 568 ++++++++-- sim/or1k/decode.h | 21 +- sim/or1k/model.c | 1456 +++++++++++++++++++++----- sim/or1k/sem-switch.c | 602 ++++++++++- sim/or1k/sem.c | 672 +++++++++++- sim/testsuite/sim/or1k/ChangeLog | 13 + sim/testsuite/sim/or1k/adrp.S | 73 ++ sim/testsuite/sim/or1k/fpu-unordered.S | 97 ++ sim/testsuite/sim/or1k/fpu64a32-unordered.S | 100 ++ sim/testsuite/sim/or1k/{fpu.S => fpu64a32.S} | 135 ++- 46 files changed, 3846 insertions(+), 607 deletions(-) create mode 100644 sim/testsuite/sim/or1k/adrp.S create mode 100644 sim/testsuite/sim/or1k/fpu-unordered.S create mode 100644 sim/testsuite/sim/or1k/fpu64a32-unordered.S copy sim/testsuite/sim/or1k/{fpu.S => fpu64a32.S} (50%)