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-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from e41d1c49a1 Automatic date update in version.in adds 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
No new revisions were added by this update.
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 | 15 + gdb/cli/cli-setshow.c | 23 +- gdb/compile/compile.c | 2 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/settings.exp | 11 + gdb/thread.c | 6 +- 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 +- 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, 3771 insertions(+), 533 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%)