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 563d176f95 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 35f48e217a Automatic date update in version.in adds f2023ce7e8 PR22769, crash when running 32-bit objdump on corrupted file adds e99955cd8e Fix compile time warnings building the binutils with clang. adds d4d38844fa Fix gdb.base/attach.exp fails when gdb is configured --with- [...] adds df95a9cf09 set ret signed in arm_record_extension_space adds 2d9e6acbdb Rewrite arm_record_coproc_data_proc and arm_record_data_proc [...] adds 17545aa1bf Automatic date update in version.in adds 59498c305e Do not classify C struct members as a filename adds d830549dba PowerPC64, don't relocate nops adds e54d3c943b LD/testsuite: Pass $AFLAGS_PIC to GAS for PIC assembly adds 5bb0830d10 binutils/riscv: Register names in DWARF output adds 0625771b9e MI: Allow non-raw varobj evaluation adds 7f02625eb4 RISC-V: Fix --wrap and relaxation conflict. adds d73daf84d6 Automatic date update in version.in adds c833445823 Add support for DWARF-4 line number tables. adds 138a158f0a Disable -shared support in nios2-elf-ld. adds b0daac83d7 Remove PROVIDE() qualifiers from definition of __CTOR_LIST__ [...] adds f721678315 gdb/testsuite: Remove use of dejagnu cleanup proc adds c5b47a421e Automatic date update in version.in adds 9f7393d8fc ld/testsuite: Replace -Sw with -SW for readelf new f4b2ba9270 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 6a898bc1b4 Apply "x86: Remove the unused _GLOBAL_OFFSET_TABLE_" new 79a5fd38ed Update "x86: Remove the unused _GLOBAL_OFFSET_TABLE_" adds 27d2460e7a Automatic date update in version.in adds 0eb876f52f Move comment in gdb/dwarf2read.c::dwarf2_physname adds e813d34aaa Align natural-format register values to the same column adds f174ef9fb2 Updated Brazillian portuguese and Russian translation new 12d1f831c5 Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
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/ChangeLog | 22 + bfd/elf64-ppc.c | 15 +- bfd/elflink.c | 4 +- bfd/elfnn-riscv.c | 48 +- bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/dwarf.c | 25 + binutils/dwarf.h | 1 + binutils/objdump.c | 11 +- gas/ChangeLog | 4 + gas/po/ru.po | 532 ++++++++--------- gdb/ChangeLog | 29 + gdb/arm-tdep.c | 503 ++++++++++------ gdb/c-exp.y | 45 +- gdb/dwarf2read.c | 16 +- gdb/infcmd.c | 40 +- gdb/testsuite/ChangeLog | 30 + gdb/testsuite/config/sid.exp | 2 - gdb/testsuite/config/sim.exp | 1 - gdb/testsuite/gdb.base/attach.exp | 15 +- gdb/testsuite/gdb.cp/filename.cc | 22 +- gdb/testsuite/gdb.cp/filename.exp | 20 +- gdb/testsuite/gdb.python/py-mi.exp | 10 + gdb/testsuite/gdb.python/py-prettyprint.c | 11 + gdb/testsuite/gdb.python/py-prettyprint.exp | 4 + gdb/testsuite/gdb.python/py-prettyprint.py | 26 +- gdb/varobj.c | 2 +- gold/ChangeLog | 7 + gold/dwarf_reader.cc | 11 + gold/dwarf_reader.h | 3 +- gprof/ChangeLog | 4 + gprof/po/pt_BR.po | 4 +- ld/ChangeLog | 43 +- ld/emulparams/nios2elf.sh | 1 - ld/ld.texinfo | 6 + ld/ldexp.c | 4 +- ld/po/pt_BR.po | 4 +- ld/scripttempl/pe.sc | 24 +- ld/scripttempl/pep.sc | 24 +- ld/testsuite/ld-elf/shared.exp | 108 ++-- ld/testsuite/ld-i386/lea1d.d | 2 +- ld/testsuite/ld-i386/lea1e.d | 2 +- ld/testsuite/ld-i386/lea1f.d | 2 +- ld/testsuite/ld-x86-64/lea1g.d | 2 +- ld/testsuite/ld-x86-64/lea1h.d | 2 +- ld/testsuite/ld-x86-64/lea1i.d | 2 +- ld/testsuite/ld-x86-64/lea1j.d | 2 +- ld/testsuite/ld-x86-64/lea1k.d | 2 +- ld/testsuite/ld-x86-64/lea1l.d | 2 +- opcodes/ChangeLog | 4 + opcodes/po/pt_BR.po | 4 +- patches/README | 1 + patches/binutils-pr22782.patch | 882 ++++++++++++++++++++++++++++ 53 files changed, 2004 insertions(+), 604 deletions(-) create mode 100644 patches/binutils-pr22782.patch