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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from c1a66c0629 [gdb] Expand symbolless symtabs using maint expand-symtabs adds 194d088fb1 [gdb] Fix missing symtab includes adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 46 ++++++++ bfd/coff-go32.c | 134 +++++++++++++++++++++++ bfd/coff-stgo32.c | 30 +++-- bfd/coffcode.h | 70 ++++++++++-- bfd/cofflink.c | 4 +- bfd/coffswap.h | 2 + bfd/elf.c | 4 +- bfd/libaout.h | 3 +- bfd/libcoff-in.h | 6 +- bfd/libcoff.h | 6 +- bfd/pdp11.c | 62 ++++++++++- 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 | 20 ++++ gdb/doc/ChangeLog | 7 ++ gdb/doc/gdb.texinfo | 20 ++-- gdb/doc/python.texi | 2 +- gdb/dwarf2/read.c | 37 +++++-- gdb/nbsd-nat.c | 103 +++++++++++++++++ gdb/psympriv.h | 22 +++- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.dwarf2/dw2-symtab-includes.exp | 80 ++++++++++++++ include/ChangeLog | 5 + include/aout/aout64.h | 5 +- ld/ChangeLog | 22 ++++ ld/NEWS | 4 + ld/emulparams/pdp11.sh | 3 +- ld/emultempl/pdp11.em | 132 ++++++++++++++++++++++ ld/gen-doc.texi | 1 + ld/ld.texi | 70 +++++++++++- ld/lexsup.c | 1 + ld/scripttempl/pdp11.sc | 56 ++++++++++ ld/testsuite/ld-pdp11/imagic.d | 12 ++ ld/testsuite/ld-pdp11/imagicz.d | 12 ++ ld/testsuite/ld-pdp11/nmagic.d | 11 ++ ld/testsuite/ld-pdp11/omagic.d | 12 ++ ld/testsuite/ld-pdp11/pdp11.exp | 33 ++++++ ld/testsuite/ld-pdp11/sections.s | 13 +++ 42 files changed, 1110 insertions(+), 124 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-symtab-includes.exp create mode 100644 ld/emultempl/pdp11.em create mode 100644 ld/scripttempl/pdp11.sc create mode 100644 ld/testsuite/ld-pdp11/imagic.d create mode 100644 ld/testsuite/ld-pdp11/imagicz.d create mode 100644 ld/testsuite/ld-pdp11/nmagic.d create mode 100644 ld/testsuite/ld-pdp11/omagic.d create mode 100644 ld/testsuite/ld-pdp11/pdp11.exp create mode 100644 ld/testsuite/ld-pdp11/sections.s