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-allmodconfig in repository toolchain/ci/binutils-gdb.
from fa1477dc34 Fixes for the magic number used in PDP11 AOUT binaries. adds 645f43a80c readelf memory leaks processing mips adds 34ca55313b The assembler only supports 32-bit stabs. So set sh_entsize [...] adds 06ca5dd49a Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSD adds f717994fe8 [PATCH v2 2/2] coff-go32: support extended relocations adds 6a05414145 Automatic date update in version.in adds c98a4545dc Re: readelf: Consolidate --syms --use-dynamic with --dyn-syms adds 89246a0e79 readelf: increase size of static buffers adds b71d4fa7c3 readelf: zero static vars after freeing adds 001890e1f9 PR25822, Invalid read in process_symbol_table adds 0ca4866abe Fix makeinfo warnings in gdb.texinfo and python.texi docs adds 7ecb51549a PR25823, Use after free in bfd_hash_lookup adds b1bc1394df objdump --no-addresses new 95a5156812 Unify the behaviour of ld.bfd and ld.gold with respect to wa [...]
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 | 55 +++++++++++++++++++ bfd/coff-go32.c | 134 +++++++++++++++++++++++++++++++++++++++++++++ bfd/coff-rs6000.c | 3 +- bfd/coff-stgo32.c | 30 +++++----- bfd/coff64-rs6000.c | 5 +- bfd/coffcode.h | 70 ++++++++++++++++++++--- bfd/cofflink.c | 4 +- bfd/coffswap.h | 2 + bfd/elf-bfd.h | 5 +- bfd/elf.c | 4 +- bfd/elf32-m32r.c | 12 ++-- bfd/elf32-score.c | 13 +++-- bfd/elf32-score7.c | 11 ++-- bfd/elf32-sh.c | 13 +++-- bfd/elf32-spu.c | 15 ++--- bfd/elf64-hppa.c | 17 +++--- bfd/elflink.c | 12 ++-- bfd/elfxx-mips.c | 9 +-- bfd/libcoff-in.h | 6 +- bfd/libcoff.h | 6 +- bfd/peXXigen.c | 20 +++---- bfd/version.h | 2 +- binutils/ChangeLog | 37 +++++++++++++ binutils/doc/binutils.texi | 5 ++ binutils/objdump.c | 57 +++++++++++++------ binutils/readelf.c | 58 ++++++++++---------- gdb/ChangeLog | 5 ++ gdb/doc/ChangeLog | 7 +++ gdb/doc/gdb.texinfo | 20 +++---- gdb/doc/python.texi | 2 +- gdb/nbsd-nat.c | 103 ++++++++++++++++++++++++++++++++++ include/ChangeLog | 7 +++ include/bfdlink.h | 8 ++- ld/ChangeLog | 9 +++ ld/emultempl/aix.em | 4 +- ld/emultempl/elf.em | 6 +- ld/lexsup.c | 36 ++++-------- 37 files changed, 627 insertions(+), 185 deletions(-)