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 e45dafd Cache section contents and add convert_load_reloc adds 6d6a648 PR 10549: MIPS/LD: Handle OSABI setting for STB_GNU_UNIQUE adds a1ec3d2 Fix typos in gdb_pipe function comment adds 6c44742 PR symtab/19914 fix handling of dwp + split debug adds 1d2a41d Automatic date update in version.in adds 4a85cc0 Fix some AVR test failures. adds 8929ad8 Introduce procedure use_gdb_stub adds 02e370d Fix solib-display.exp remote check adds edf689f Throw NOT_AVAILABLE_ERROR in read_stack and read_code adds 945e0f8 [ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructions adds c3fbf82 LD/testsuite: Add STB_GNU_UNIQUE cross-linker test adds c1aebf8 [spu] Fix C++ build problems adds d286e29 Automatic date update in version.in adds d4758f9 Pass %E to einfo when bfd_section == NULL adds cf2ebb6 Change type of cpsr in arm_sigreturn_next_pc adds 9e78496 Initialize res in get_next_pcs_read_memory_unsigned_integer adds bedfd05 Cache the section contents in x86 check_relocs adds c175a65 Extract convert_load_reloc from x86 convert_load adds cbe14bc Fix ChangeLog entry format adds d7adef8 Pass --no-relax to ld in ld-x86-64/pr18591.d adds 004b130 More setting CHECK_RELOCS_AFTER_OPEN_INPUT to yes new dbb83ad Merge remote-tracking branch 'origin/master' into users/hjl/l [...] new 117d3e8 Revert "Cache section contents and add convert_load_reloc" adds 405b757 Automatic date update in version.in adds fd7ed44 Add support for FMLA (by element) to AArch64 sim. adds 2856a62 Test load conversion with symbol versioning for x86 adds f85d59c [ARM][gas] Fix warnings about uninitialised uses and unused c [...] adds 887cf79 * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR. adds 030e823 Define elf_backend_add_symbol_hook for Intel MCU adds 9719656 Strip global symbol defined in discarded section new 8ace655 Merge remote-tracking branch 'origin/master' into users/hjl/l [...]
The 3 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 | 55 + bfd/elf-bfd.h | 3 +- bfd/elf32-i386.c | 619 ++++---- bfd/elf64-x86-64.c | 881 +++++------ bfd/elflink.c | 12 + bfd/elfxx-mips.c | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/testsuite/lib/binutils-common.exp | 44 +- gas/ChangeLog | 16 + gas/config/tc-arc.c | 8 +- gas/config/tc-arm.c | 12 +- gas/doc/c-arc.texi | 6 + gas/testsuite/gas/arc/textinsn1op.d | 17 + gas/testsuite/gas/arc/textinsn1op.s | 12 + gdb/ChangeLog | 25 + gdb/corefile.c | 29 +- gdb/dwarf2read.c | 20 +- gdb/gdbserver/ChangeLog | 18 +- gdb/gdbserver/linux-arm-low.c | 3 +- gdb/gdbserver/spu-low.c | 10 +- gdb/serial.h | 4 +- gdb/spu-linux-nat.c | 4 +- gdb/testsuite/ChangeLog | 16 + gdb/testsuite/gdb.base/solib-display.exp | 19 +- .../dwp-sepdebug.c} | 0 gdb/testsuite/gdb.dwarf2/dwp-sepdebug.exp | 40 + gdb/testsuite/lib/gdb.exp | 20 + include/ChangeLog | 8 + include/opcode/arc.h | 12 +- ld/ChangeLog | 64 + ld/emulparams/elf_iamcu.sh | 1 + ld/emulparams/elf_k1om.sh | 1 + ld/emulparams/elf_l1om.sh | 1 + ld/ldlang.c | 2 +- ld/testsuite/ld-elf/pr17550-1.s | 9 + ld/testsuite/ld-elf/pr17550-2.s | 6 + ld/testsuite/ld-elf/pr17550-3.s | 14 + ld/testsuite/ld-elf/pr17550-4.s | 15 + ld/testsuite/ld-elf/pr17550a.d | 14 + ld/testsuite/ld-elf/pr17550b.d | 14 + ld/testsuite/ld-elf/pr17550c.d | 9 + ld/testsuite/ld-elf/pr17550d.d | 13 + ld/testsuite/ld-elf/pr18735.d | 2 + ld/testsuite/ld-elf/sec64k.exp | 8 +- ld/testsuite/ld-gc/pr14265.d | 2 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/load7.d | 15 + ld/testsuite/ld-i386/load7.map | 6 + ld/testsuite/ld-i386/{lea1.s => load7.s} | 0 ld/testsuite/ld-plugin/plugin.exp | 10 +- ld/testsuite/ld-selective/selective.exp | 6 + ld/testsuite/ld-srec/srec.exp | 54 +- ld/testsuite/ld-unique/unique.d | 9 + ld/testsuite/ld-unique/unique.exp | 9 +- ld/testsuite/ld-x86-64/load2.d | 18 + ld/testsuite/ld-x86-64/load2.map | 6 + ld/testsuite/ld-x86-64/{lea1.s => load2.s} | 0 ld/testsuite/ld-x86-64/pr18591.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 8 + opcodes/arc-ext.c | 61 +- opcodes/arc-opc.c | 4 + patches/README | 2 - patches/binutils-cache-contents.patch | 331 ----- patches/binutils-convert_load_reloc.patch | 1548 -------------------- sim/aarch64/ChangeLog | 5 + sim/aarch64/simulator.c | 74 +- 68 files changed, 1558 insertions(+), 2711 deletions(-) create mode 100644 gas/testsuite/gas/arc/textinsn1op.d create mode 100644 gas/testsuite/gas/arc/textinsn1op.s copy gdb/testsuite/{gdb.server/connect-with-no-symbol-file.c => gdb.dwarf2/dwp-sep [...] create mode 100644 gdb/testsuite/gdb.dwarf2/dwp-sepdebug.exp create mode 100644 ld/testsuite/ld-elf/pr17550-1.s create mode 100644 ld/testsuite/ld-elf/pr17550-2.s create mode 100644 ld/testsuite/ld-elf/pr17550-3.s create mode 100644 ld/testsuite/ld-elf/pr17550-4.s create mode 100644 ld/testsuite/ld-elf/pr17550a.d create mode 100644 ld/testsuite/ld-elf/pr17550b.d create mode 100644 ld/testsuite/ld-elf/pr17550c.d create mode 100644 ld/testsuite/ld-elf/pr17550d.d create mode 100644 ld/testsuite/ld-i386/load7.d create mode 100644 ld/testsuite/ld-i386/load7.map copy ld/testsuite/ld-i386/{lea1.s => load7.s} (100%) create mode 100644 ld/testsuite/ld-unique/unique.d create mode 100644 ld/testsuite/ld-x86-64/load2.d create mode 100644 ld/testsuite/ld-x86-64/load2.map copy ld/testsuite/ld-x86-64/{lea1.s => load2.s} (100%) delete mode 100644 patches/binutils-cache-contents.patch delete mode 100644 patches/binutils-convert_load_reloc.patch