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 8ec8bfeee0 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 4ebcabb38e Automatic date update in version.in adds a0a110b0dd S/390: Fix arch level of pckmo instruction. adds 2b351b19ef nat_extra_makefile_frag -> nat_makefile_frag adds 21873064e8 Add alias command to cmd_list_element adds 0d5c69990c Add nowarnings in gdb.base/fileio.exp adds b7c871edcd Mark debug sections referenced by kept debug sections new 64d3b4b29b 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 | 7 +++ bfd/elflink.c | 82 +++++++++++++++++++---------- bfd/version.h | 2 +- gas/testsuite/gas/s390/zarch-z10.d | 1 - gas/testsuite/gas/s390/zarch-z10.s | 1 - gas/testsuite/gas/s390/zarch-z196.d | 1 + gas/testsuite/gas/s390/zarch-z196.s | 1 + gdb/ChangeLog | 15 ++++++ gdb/Makefile.in | 2 +- gdb/cli/cli-decode.c | 29 ++++++---- gdb/command.h | 6 +++ gdb/configure | 4 +- gdb/configure.ac | 4 +- gdb/configure.nat | 11 ++-- gdb/infcmd.c | 5 +- gdb/testsuite/ChangeLog | 10 ++++ gdb/testsuite/gdb.base/fileio.exp | 2 +- gdb/testsuite/gdb.base/set-inferior-tty.exp | 10 ++-- ld/ChangeLog | 9 ++++ ld/testsuite/ld-gc/gc.exp | 1 + ld/testsuite/ld-gc/pr20882.d | 10 ++++ ld/testsuite/ld-gc/pr20882a.s | 11 ++++ ld/testsuite/ld-gc/pr20882b.s | 8 +++ ld/testsuite/ld-gc/pr20882c.s | 8 +++ opcodes/s390-opc.txt | 2 +- 25 files changed, 184 insertions(+), 58 deletions(-) create mode 100644 ld/testsuite/ld-gc/pr20882.d create mode 100644 ld/testsuite/ld-gc/pr20882a.s create mode 100644 ld/testsuite/ld-gc/pr20882b.s create mode 100644 ld/testsuite/ld-gc/pr20882c.s