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 69dd3437979 Update ChangeLog in mixed LTO patch adds c7da12c72c2 Add support for NetBSD threads in ppc-nbsd-nat.c adds 0d832e7f5e8 Add support for the xdef and xref pseudo-ops to the Z80 assembler. adds 0dd7b8f788b [gdb/testsuite] Fix timeouts in gdb.threads/step-over-*.exp adds 4a90f062056 Add support for NetBSD threads in hppa-nbsd-nat.c adds 9faa006d11a Inherit ppc_nbsd_nat_target from nbsd_nat_target adds 70304be9393 Fix Ada val_print removal regression adds 1773be9ea22 Fix column alignment in "maint info line-table" adds f67210ff1c4 Avoid stringop-truncation errors adds f7d4f0b1b95 Fix assert in c-exp.y adds 1ff700c2024 Update the return type of gdb_ptrace to be more flexible adds c884cc46193 gdb: remove HAVE_DECL_PTRACE adds c623cc90890 [gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASS adds fe26d3a34a2 Make dwarf2_evaluate_property parameter const adds d9fb0d71365 Automatic date update in version.in adds e3b1fa32c28 include: Sync lto-symtab.h and plugin-api.h with GCC adds da2efc2050e Automatic date update in version.in new 643c7abd857 Merge remote-tracking branch 'origin/master' into users/hjl [...] new a5723a0f220 Update 0001-readelf-Consolidate-syms-use-dynamic-with-dyn-s [...] new 981804f4cf4 Apply bfd: Display symbol version for nm -D new b571c81983c Apply ELF: Strip section header in ELF objects
The 4 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/version.h | 2 +- gas/ChangeLog | 6 + gas/config/tc-z80.c | 2 + gas/doc/c-z80.texi | 83 +- gdb/ChangeLog | 64 ++ gdb/ada-tasks.c | 3 +- gdb/ada-valprint.c | 99 +- gdb/amd64-bsd-nat.c | 2 +- gdb/c-exp.y | 2 +- gdb/config.in | 4 - gdb/configure | 20 - gdb/dwarf2/loc.c | 4 +- gdb/dwarf2/loc.h | 2 +- gdb/hppa-nbsd-nat.c | 14 +- gdb/i386-bsd-nat.c | 2 +- gdb/linux-tdep.c | 4 +- gdb/nat/gdb_ptrace.h | 8 - gdb/ppc-nbsd-nat.c | 17 +- gdb/ptrace.m4 | 6 +- gdb/sparc-nat.c | 2 +- gdb/symmisc.c | 29 +- gdb/testsuite/ChangeLog | 15 + gdb/testsuite/gdb.ada/sub_variant.exp | 34 + gdb/testsuite/gdb.ada/sub_variant/subv.adb | 45 + gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 6 +- gdb/testsuite/gdb.threads/omp-par-scope.exp | 4 +- .../gdb.threads/step-over-lands-on-breakpoint.exp | 5 +- .../gdb.threads/step-over-trips-on-watchpoint.exp | 5 +- gdb/testsuite/lib/gdb.exp | 24 + gdb/x86-bsd-nat.c | 2 +- gdbserver/ChangeLog | 5 + gdbserver/config.in | 4 - gdbserver/configure | 20 - gdbsupport/ChangeLog | 5 + gdbsupport/config.in | 4 - gdbsupport/configure | 20 - include/ChangeLog | 6 + include/lto-symtab.h | 2 +- include/plugin-api.h | 2 +- ...1-ELF-Strip-section-header-in-ELF-objects.patch | 500 +++++++++ .../0001-bfd-Display-symbol-version-for-nm-D.patch | 205 ++++ ...onsolidate-syms-use-dynamic-with-dyn-syms.patch | 108 +- ...ove-nm-and-objdump-without-section-header.patch | 1118 ++++++++++++++++++++ ...d-Add-a-simple-test-for-z-nosectionheader.patch | 35 + .../0004-binutils-Add-a-strip-sections-test.patch | 44 + ...s-for-z-nosectionheader-and-strip-section.patch | 687 ++++++++++++ ...d-z-nosectionheader-test-to-bootstrap.exp.patch | 44 + patches/README | 7 + 48 files changed, 3063 insertions(+), 268 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/sub_variant.exp create mode 100644 gdb/testsuite/gdb.ada/sub_variant/subv.adb create mode 100644 patches/0001-ELF-Strip-section-header-in-ELF-objects.patch create mode 100644 patches/0001-bfd-Display-symbol-version-for-nm-D.patch create mode 100644 patches/0002-bfd-Improve-nm-and-objdump-without-section-header.patch create mode 100644 patches/0003-ld-Add-a-simple-test-for-z-nosectionheader.patch create mode 100644 patches/0004-binutils-Add-a-strip-sections-test.patch create mode 100644 patches/0005-ld-Add-tests-for-z-nosectionheader-and-strip-secti [...] create mode 100644 patches/0006-ld-Add-z-nosectionheader-test-to-bootstrap.exp.patch