This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from be22c732bf Fix illegal memory access parsing a corrupt ELF file. adds 3fff2c370c Fix colors in TUI mode in MS-Windows build with ncurses adds 6cc71b820c Fix an illegal memory access when parsing a corrupt ELF file. adds d7f848c3b5 Fix a buffer overrun error when attempting to parse corrupt [...] adds 5c85e20d5a Fix gdb.texinfo build adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 51 +++++++++++++++ bfd/coffgen.c | 3 + bfd/cofflink.c | 6 +- bfd/dwarf2.c | 9 +++ bfd/elf.c | 9 +-- bfd/elf64-x86-64.c | 174 +++++++++++++++++++++++++++++++++++++++------------ bfd/elflink.c | 15 ++++- bfd/version.h | 2 +- gas/ChangeLog | 6 ++ gas/config/tc-i386.c | 68 ++++++++++---------- gdb/ChangeLog | 16 +++++ gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 2 +- gdb/tui/tui-io.c | 30 +++++++++ ld/ChangeLog | 6 ++ ld/ld.texi | 2 +- 16 files changed, 321 insertions(+), 83 deletions(-)