This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 4a42278582 Automatic date update in version.in adds 2480b6fa94 More signed overflow fixes adds 2365f8d70c Yet more signed overflow fixes adds 599956cfe1 ld signed overflow fix adds bbde7025e0 Fix -Wmisleading-indentation warning in top.c adds 28ce7b0747 Fix build failure on macOS adds e623f03502 Fix indentation (and clang warning) in c-lang.c adds 27e4fac77e Fix pthread_setname_np build error adds 4b4477b52e 2019-12-18 Anthony Green green@moxielogic.com adds 99a5596592 Update gdb.base/default.exp for GDB 10 adds 1087441f07 Automatic date update in version.in adds 1d29ab86cb PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015 adds 32769083d1 Re: Enable --build-id for moxie-elf-ld adds 9ad9b810c3 PowerPC, use size_t rather than long for indices adds f00901886d vax decoding of indexed addressing mode adds 228c8f4be0 xcoff slurp_armap bounds checking adds f69656d00f Handle CRLF when reading XML on Windows adds 2032eb7e93 Fix comment in field_kind adds 78aa740b76 Add install-strip to sim/ adds aa989b27d0 Rename "sun" variable to avoid conflicts on Solaris adds 1cd4a20a27 Cast the log10 argument to double to disambiguate it adds d411762c45 Make the literal argument to pow a double, not an integer adds 1ee7b812e7 Fix build with GNU Make 3.81 adds 0ad6b8ee70 Consistently quote variables used with "test" adds 5c787103a2 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 24 +++++++ bfd/coff-rs6000.c | 26 ++++++-- bfd/coff64-rs6000.c | 13 +++- bfd/elf-bfd.h | 4 +- bfd/elf32-hppa.c | 8 +-- bfd/elf32-ppc.c | 120 +++++++++++++++++------------------ bfd/elf64-ppc.c | 91 +++++++++++++------------- bfd/elfxx-mips.c | 2 +- bfd/netbsd.h | 2 +- bfd/version.h | 2 +- gdb/ChangeLog | 53 ++++++++++++++++ gdb/c-lang.c | 10 +-- gdb/configure | 66 +++++++++---------- gdb/configure.ac | 62 +++++++++--------- gdb/fbsd-tdep.c | 8 +-- gdb/gdbserver/ChangeLog | 9 +++ gdb/gdbserver/Makefile.in | 8 +-- gdb/gdbserver/configure | 8 +-- gdb/gdbserver/configure.ac | 4 +- gdb/gdbsupport/common.m4 | 4 +- gdb/gdbsupport/thread-pool.c | 4 +- gdb/score-tdep.c | 6 +- gdb/testsuite/ChangeLog | 9 +++ gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.xml/tdesc-arch.exp | 14 +++- gdb/top.c | 25 +++++++- gdb/tui/tui-source.c | 4 +- gdb/ui-out.c | 4 +- gdb/ui-out.h | 11 ++-- gdb/xml-support.c | 4 +- ld/ChangeLog | 14 ++++ ld/configure.tgt | 1 - ld/emulparams/elf32moxie.sh | 3 +- ld/pe-dll.c | 4 +- ld/testsuite/lib/ld-lib.exp | 1 - opcodes/ChangeLog | 28 ++++++++ opcodes/alpha-opc.c | 2 +- opcodes/arc-ext.c | 10 +-- opcodes/arc-ext.h | 2 +- opcodes/arm-dis.c | 6 +- opcodes/mcore-dis.c | 57 ++++++++--------- opcodes/microblaze-opc.h | 6 +- opcodes/microblaze-opcm.h | 2 +- opcodes/pj-dis.c | 8 +-- opcodes/ppc-opc.c | 4 +- opcodes/score7-dis.c | 6 +- opcodes/tic30-dis.c | 6 +- opcodes/v850-opc.c | 8 +-- opcodes/vax-dis.c | 17 ++++- sim/ChangeLog | 5 ++ sim/Makefile.in | 10 +++ sim/common/ChangeLog | 5 ++ sim/common/Makefile.in | 1 + sim/igen/ChangeLog | 5 ++ sim/igen/Makefile.in | 1 + sim/ppc/ChangeLog | 5 ++ sim/ppc/Makefile.in | 5 ++ sim/testsuite/ChangeLog | 5 ++ sim/testsuite/Makefile.in | 1 + 59 files changed, 540 insertions(+), 295 deletions(-)