This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from b571c81983c Apply ELF: Strip section header in ELF objects adds d1023b5d1e4 s12z disassembler tidy adds 03704c77048 NS32K arg_bufs uninitialised adds beea5cc1bc2 ARC: Use of uninitialised value adds 57cb32b3c36 H8300 use of uninitialised value adds c15a8f173e9 XCOFF64 uninitialised read adds 2957d8d0540 Automatic date update in version.in adds 5935fd15306 gdb/testsuite: Remove hard coded addresses from expected results adds 5e737279c6e i386msdos uninitialised read adds cf28cfef600 ECOFF archive uninitialised read adds fdde2fb60cc Mention .tdata in comment in _bfd_elf_tls_setup() adds 0636b245569 Avoid trigger an assertion failure in the STABS parser by r [...] adds 1ce0847daa8 Automatic date update in version.in adds 5a814d6d96b readelf memory leak in process_mips_specific adds 65109548f8f Overlarge allocation in _bfd_generic_read_ar_hdr_mag adds a64fafb5457 [gdb] Print user for maint info psymtabs adds 7e6e972f74a bfd: Display symbol version for nm -D adds dfb68cc3580 include: Sync plugin-api.h with GCC adds cda7e5603f6 bfd: Change num_group to unsigned int new 8c0323fbc41 Merge remote-tracking branch 'origin/master' into users/hjl [...] new db571327129 Revert "Apply bfd: Display symbol version for nm -D"
The 2 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 | 40 + bfd/archive.c | 15 +- bfd/coff64-rs6000.c | 4 +- bfd/ecoff.c | 35 +- bfd/elf-bfd.h | 4 +- bfd/elf.c | 27 +- bfd/elflink.c | 4 +- bfd/i386msdos.c | 14 +- bfd/version.h | 2 +- binutils/ChangeLog | 37 + binutils/nm.c | 26 +- binutils/readelf.c | 10 +- binutils/wrstabs.c | 56 +- gas/ChangeLog | 4 + gas/testsuite/gas/s12z/truncated.d | 6 +- gdb/ChangeLog | 4 + gdb/psymtab.c | 5 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/mixed-lang-stack.exp | 4 +- include/ChangeLog | 5 + include/plugin-api.h | 65 +- ld/ChangeLog | 12 + ld/Makefile.am | 2 + ld/Makefile.in | 3 + ld/po/BLD-POTFILES.in | 1 + ld/testsuite/ld-elf/pr25708.d | 9 + opcodes/ChangeLog | 49 + opcodes/arc-dis.c | 7 +- opcodes/h8300-dis.c | 34 +- opcodes/ns32k-dis.c | 19 +- opcodes/s12z-dis.c | 14 +- opcodes/s12z-opc.c | 1030 ++++++++++++++------ .../0001-bfd-Display-symbol-version-for-nm-D.patch | 205 ---- patches/README | 1 - 34 files changed, 1153 insertions(+), 605 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr25708.d delete mode 100644 patches/0001-bfd-Display-symbol-version-for-nm-D.patch