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 17458000d5 Update binutils-lto-mixed.patch against master adds d83d540335 Fix second bug where --icf=safe triggers segfault when linking ARM. adds f31c089e78 Fix dependency tracking in gdbserver subdirectories adds 224608c3ca [OB PATCH] Fix some comments in thread.c adds ebf7373d2f Automatic date update in version.in adds d27d16bfdc Add test case for a known hang in infrun adds 1a1de166f4 Updated Spanish translation for gas sub-directory adds 4352556b36 PR22978, TLS local-dynamic incorrectly linked on hppa-linux adds 5c8f23cdab Improve on-line help for thread_apply_command and thread_app [...] adds 7106056554 RISC-V: Add new option -mrelax/-mno-relax. adds 3d75146d2b Automatic date update in version.in adds 5a8edf8ece Test that gcc -B picks up new ld adds 00aecdcf62 FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR [...] adds b2c5b54ee3 Automatic date update in version.in new 273d72d9dc 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 | 11 + bfd/elf32-hppa.c | 69 +- bfd/version.h | 2 +- gas/ChangeLog | 16 + gas/config/tc-riscv.c | 14 + gas/doc/c-riscv.texi | 9 + gas/po/es.po | 1649 +++++++++----------- gas/testsuite/gas/riscv/no-relax-reloc.d | 12 + gas/testsuite/gas/riscv/no-relax-reloc.s | 8 + gas/testsuite/gas/riscv/relax-reloc.d | 17 + gas/testsuite/gas/riscv/relax-reloc.s | 8 + gdb/ChangeLog | 12 + gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/Makefile.in | 8 +- gdb/inf-ptrace.c | 5 +- gdb/remote.c | 5 +- gdb/testsuite/ChangeLog | 5 + .../gdb.threads/multiple-successive-infcall.c | 111 ++ .../gdb.threads/multiple-successive-infcall.exp | 72 + gdb/thread.c | 17 +- gold/ChangeLog | 6 + gold/gc.h | 2 +- ld/ChangeLog | 5 + ld/testsuite/lib/ld-lib.exp | 18 + 24 files changed, 1117 insertions(+), 969 deletions(-) create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.d create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.s create mode 100644 gas/testsuite/gas/riscv/relax-reloc.d create mode 100644 gas/testsuite/gas/riscv/relax-reloc.s create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.c create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.exp