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 b2aa64cbc6 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 89f60df20b * binutils/MAINTAINERS: Update e-mail address. adds 0e8452bb22 elf-hppa.h warning fix adds 544838989a [GOLD] Make powerpc64 .branch_lt relro adds e778be0dd1 Automatic date update in version.in adds aad7be454b binutils/testsuite: Enable `strip-13' test for `hppa*-*' adds 2f8ceb3899 binutils/testsuite: Support REL and MIPS64 reloc formats wit [...] adds 65bd20451f binutils/testsuite: Tighten the error message check with `strip-13' adds 41c1efc614 Remove some cleanups from search_minsyms_for_name adds 6a307fc5f5 Fix some indentation in linespec.c adds a5b5adf529 Make copy_token_string return unique_xmalloc_ptr adds 53a0f8a250 Return std::string from canonical_to_fullform adds f73c6ece78 Have filter_results take a std::vector adds 9be2c17a90 Remove a string copy from event_location_to_sals adds 459a2e4ccf Change streq to return bool adds 9b2f85815c More use of std::vector in linespec.c adds 8e8d776ead Remove typep and VEC(typep) from linespec.c adds 8a76bd3ba4 Remove unnecessary include from linespec.h adds 043e9508be Stop the IA64 linker from removing unwind tables when garbag [...] adds 67faf1f4c2 MIPS: Fix GOT page counter in multi-got links adds 494e49c985 Revert previous patch and apply revised patch. adds 2d8c1a2318 MIPS/binutils/testsuite: Fix `.dc.l' typo in `strip-13mips64.s' adds c54b27d1c0 Improve warnings for relocations referring to discarded sections. adds 552d4da417 config: Sync with GCC adds 3cba8b6c93 Use dlsym to check if libdl is needed for plugin adds 85d8342bee Automatic date update in version.in new 942f765513 Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
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 | 10 + bfd/configure | 24 +- bfd/elf-hppa.h | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 38 ++ binutils/MAINTAINERS | 2 +- binutils/configure | 24 +- binutils/testsuite/binutils-all/objcopy.exp | 24 +- binutils/testsuite/binutils-all/strip-13.d | 13 +- binutils/testsuite/binutils-all/strip-13mips64.s | 14 + binutils/testsuite/binutils-all/strip-13rel.s | 10 + .../binutils-all/{strip-13.s => strip-13rela.s} | 4 +- config/ChangeLog | 13 + config/cet.m4 | 16 +- config/plugins.m4 | 2 +- gas/ChangeLog | 5 + gas/configure | 24 +- gdb/ChangeLog | 74 +++ gdb/ada-lang.c | 5 +- gdb/breakpoint.c | 6 +- gdb/completer.c | 4 +- gdb/linespec.c | 559 ++++++++------------- gdb/linespec.h | 1 - gdb/minsyms.c | 13 +- gdb/minsyms.h | 13 +- gdb/objc-lang.c | 44 +- gdb/objc-lang.h | 4 +- gdb/utils.c | 24 +- gdb/utils.h | 10 +- gold/ChangeLog | 27 + gold/mips.cc | 42 +- gold/powerpc.cc | 13 +- gold/target-reloc.h | 23 +- gprof/ChangeLog | 5 + gprof/configure | 24 +- ld/ChangeLog | 12 + ld/configure | 24 +- ld/emulparams/elf64_ia64.sh | 4 +- 38 files changed, 621 insertions(+), 539 deletions(-) create mode 100644 binutils/testsuite/binutils-all/strip-13mips64.s create mode 100644 binutils/testsuite/binutils-all/strip-13rel.s rename binutils/testsuite/binutils-all/{strip-13.s => strip-13rela.s} (71%)