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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4a5ee99b2f Automatic date update in version.in adds da0d12d2bd Re-indent elf_x86_64_relocate_section adds 418d4036ee x86-64: Check for corrupt input with bad relocation adds f55b1e3248 PR24336, buffer overflow in swap_reloca_in adds 1ff31e135f PR24337, segfault in _bfd_elf_rela_local_sym adds fe3fef62ad PR24339, segfault on NULL symbol section adds 1c529385d9 Fix a potential illegal memory access whilt parsing an x86 insn. adds 1c82ed745b Update the documentation describing where the linker will at [...] adds 2219ae0b0e COFF: Check for symbols defined in discarded section adds 3db066bcd5 Slightly simplify minsym creation adds 1b7a07cba0 Use bitset for demangled_hash_languages adds 788c80d1af Remove some unneeded initializations in minimal_symbol_reader adds 741d7538b7 Remove minsym termination adds d6797f465c Simplify per-BFD storage management adds db92718b54 Use htab_up for demangled hash adds 042d75e42c Allocate minimal symbols with malloc adds 0de2420c4b Use memcpy in minimal_symbol_reader::install adds eefba3da27 Change minimal_symbol inheritance adds fdc01131eb Automatic date update in version.in new 6835821be8 PR24337, segfault in _bfd_elf_rela_local_sym, again
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 | 44 +++++++++++++ bfd/coffgen.c | 3 + bfd/cofflink.c | 6 +- bfd/elf64-x86-64.c | 174 +++++++++++++++++++++++++++++++++++++++------------ bfd/elflink.c | 17 +++-- bfd/version.h | 2 +- gas/ChangeLog | 6 ++ gas/config/tc-i386.c | 68 ++++++++++---------- gdb/ChangeLog | 76 ++++++++++++++++++++++ gdb/coffread.c | 3 +- gdb/jit.c | 2 - gdb/minsyms.c | 105 ++++++++++--------------------- gdb/minsyms.h | 20 +++--- gdb/objfiles.c | 46 ++++---------- gdb/objfiles.h | 21 +++---- gdb/solib.c | 3 +- gdb/symfile.c | 1 - gdb/symtab.c | 6 +- gdb/symtab.h | 49 ++++++--------- ld/ChangeLog | 6 ++ ld/ld.texi | 2 +- 21 files changed, 409 insertions(+), 251 deletions(-)