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 2978d1ab93 Apply "GC: Also check the local debug definition section" adds b577b6af8e Remove two cleanups using std::string adds f8ed12daa1 Automatic date update in version.in adds bf48520113 gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS adds 9e223787a4 GC: Also check the local debug definition section adds 7dda8d3cf3 PowerPC64 debian bug 886264, out-of-line save/restore functions adds 0d671d99a6 Update my email address adds 80ae639d3c Add usage to printf command adds b8c2339b2f Allow - in %p for printf adds 3ae9ce5dd7 Special case NULL when using printf's %s format adds 0e35537d75 RISC-V: Add .insn support. adds 399912428d Missing testcase files for last commit. adds 8bb251a84a Automatic date update in version.in adds f967164095 nds32: Remove the unsupported target feature. adds 202d116e57 RISC-V: Don't enable relaxation in relocatable link adds 0854d50445 xtensa: bfd: fix assertion in xlate_offset_with_removed_text adds acc834c7ab Automatic date update in version.in adds 03afa6ef8a Add selftest for substitute_path_component adds ca2fd32c55 RISC-V: Emit better warning for unknown CSR. new 84365c16ce Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 532295df8c Revert "Apply "GC: Also check the local debug definition section""
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 | 37 + bfd/elf32-nds32.c | 2785 +--------------------------------- bfd/elf32-xtensa.c | 16 +- bfd/elf64-ppc.c | 33 +- bfd/elflink.c | 25 +- bfd/version.h | 2 +- gas/ChangeLog | 28 + gas/config/tc-riscv.c | 457 +++++- gas/doc/c-riscv.texi | 241 +++ gas/testsuite/gas/riscv/bad-csr.d | 3 + gas/testsuite/gas/riscv/bad-csr.l | 2 + gas/testsuite/gas/riscv/bad-csr.s | 1 + gas/testsuite/gas/riscv/insn.d | 51 + gas/testsuite/gas/riscv/insn.s | 39 + gdb/ChangeLog | 32 + gdb/MAINTAINERS | 8 +- gdb/Makefile.in | 1 + gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/ax.c | 5 + gdb/machoread.c | 12 +- gdb/printcmd.c | 20 +- gdb/symfile.c | 44 +- gdb/testsuite/ChangeLog | 13 + gdb/testsuite/gdb.base/printcmds.exp | 7 + gdb/testsuite/gdb.base/wchar.exp | 3 + gdb/unittests/utils-selftests.c | 59 + include/ChangeLog | 14 + include/opcode/riscv.h | 21 + ld/ChangeLog | 22 + ld/emultempl/nds32elf.em | 8 - ld/emultempl/riscvelf.em | 13 +- ld/testsuite/ld-gc/gc.exp | 2 +- ld/testsuite/ld-gc/pr20882.d | 9 +- ld/testsuite/ld-gc/pr20882b.s | 9 +- opcodes/ChangeLog | 4 + opcodes/riscv-opc.c | 74 + patches/README | 1 - patches/binutils-pr20882.patch | 68 - 38 files changed, 1199 insertions(+), 2975 deletions(-) create mode 100644 gas/testsuite/gas/riscv/bad-csr.d create mode 100644 gas/testsuite/gas/riscv/bad-csr.l create mode 100644 gas/testsuite/gas/riscv/bad-csr.s create mode 100644 gas/testsuite/gas/riscv/insn.d create mode 100644 gas/testsuite/gas/riscv/insn.s create mode 100644 gdb/unittests/utils-selftests.c delete mode 100644 patches/binutils-pr20882.patch