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 842bba4cf4 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 649556fed4 Don't apply binutils-pr21964.patch adds b1bb697ea1 x86: Increment PLT count only for function symbols adds aab921adcb x86-64: Properly report output type when PIC is needed adds 87215ad165 Fix PR remote/21852: Remote run without specifying a local b [...] adds 49263c56bb Update PR ld/21903 tests for dejagnu 1.4.4 adds f8d31560e1 Automatic date update in version.in adds 647d4de92e Test undefined symbols in shared libraries adds 7408194835 [PowerPC VLE] Add SPE2 and EFS2 instructions support adds f1902523c9 DWARF-5: Fix -fdebug-types-section adds 34bb2571d4 Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400e adds 5b5f4e6f8c ld: Early detection of orphans we know will be discarded adds 7073b5b9ed x86-64: Check relocations with -z nocopyreloc adds 663c44ac4d DWARF-5 Fix DW_FORM_implicit_const adds 28e6a46bcb x86-64: Run pr22001-1b on x32 adds 074f606684 ld: Replace regexp with string match new 81e9b8c7a4 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 3ae5934b2a Apply Disallow copy relocation against protected data symbol new 1800161516 Update binutils-secondary.patch for PR ld/21997 fix new e4cab84bed Don't include <asm/prctl.h> in Linux/i386 tests adds a160cc4628 Remove unused function set_inferior_target_data adds a2d64ef20b Automatic date update in version.in adds 176047c9f2 ld: Add "--" after regexp adds 1445030f31 PR21994, readelf looping on verdefs adds 6afd337d1a gdbserver: Rename some functions, thread -> inferior adds 7d5b8b81d3 Automatic date update in version.in adds 5fdda9d6a4 x86: Remove redundant "symbol" in comments adds 988f6b3dc6 remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type adds 7c8bbca5e6 PowerPC TPREL reloc handling new 8609ae21ac Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new f54b68c8c1 Move def_protected to x86 link_hash_entry new 4d94f73fc6 Revert "Update binutils-secondary.patch for PR ld/21997 fix" new ff995cc615 Update binutils-x86-gpoff.patch for PR ld/21997 fix adds aecbb010f9 Automatic date update in version.in adds a5b4ee9451 Disallow copy relocation against protected data symbol adds 596dc58f33 x86: Initialize def_protected new 4f41728e8a Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 32e5eaf1da Don't apply "Disallow copy relocation against protected data [...]
The 11 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 | 85 ++ bfd/elf-bfd.h | 18 +- bfd/elf-properties.c | 9 + bfd/elf32-i386.c | 126 +-- bfd/elf32-ppc.c | 24 +- bfd/elf64-ppc.c | 40 +- bfd/elf64-x86-64.c | 199 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 10 + binutils/readelf.c | 43 +- gas/ChangeLog | 24 + gas/config/tc-ppc.c | 53 + gas/doc/as.texinfo | 2 +- gas/doc/c-ppc.texi | 3 + gas/testsuite/gas/ppc/efs.d | 25 + gas/testsuite/gas/ppc/efs.s | 29 + gas/testsuite/gas/ppc/efs2.d | 19 + gas/testsuite/gas/ppc/efs2.s | 18 + gas/testsuite/gas/ppc/ppc.exp | 8 + gas/testsuite/gas/ppc/spe.d | 267 +++++ gas/testsuite/gas/ppc/spe.s | 274 +++++ gas/testsuite/gas/ppc/spe2-checks.d | 3 + gas/testsuite/gas/ppc/spe2-checks.l | 73 ++ gas/testsuite/gas/ppc/spe2-checks.s | 99 ++ gas/testsuite/gas/ppc/spe2.d | 815 ++++++++++++++ gas/testsuite/gas/ppc/spe2.s | 834 +++++++++++++++ gas/testsuite/gas/ppc/spe_ambiguous.d | 15 + gas/testsuite/gas/ppc/spe_ambiguous.s | 21 + gdb/ChangeLog | 28 + gdb/ada-lang.c | 43 +- gdb/dwarf2read.c | 69 +- gdb/gdbserver/ChangeLog | 31 + gdb/gdbserver/inferiors.c | 20 +- gdb/gdbserver/inferiors.h | 7 +- gdb/gdbserver/linux-low.h | 2 +- gdb/gdbserver/regcache.c | 10 +- gdb/gdbserver/win32-i386-low.c | 4 +- gdb/gdbserver/win32-low.c | 8 +- gdb/remote.c | 18 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/{gdb.base => gdb.server}/normal.c | 0 .../gdb.server/run-without-local-binary.exp | 62 ++ include/ChangeLog | 10 + include/opcode/ppc.h | 14 + ld/ChangeLog | 79 ++ ld/ldlang.c | 46 +- ld/testsuite/ld-elf/orphan-11.d | 9 + ld/testsuite/ld-elf/orphan-11.ld | 16 + ld/testsuite/ld-elf/orphan-11.s | 11 + ld/testsuite/ld-elf/orphan-12.d | 9 + ld/testsuite/ld-elf/orphan-12.s | 8 + ld/testsuite/ld-i386/i386.exp | 110 +- ld/testsuite/ld-i386/pr21997-1a.S | 35 + ld/testsuite/ld-i386/pr21997-1b.c | 16 + ld/testsuite/ld-i386/pr21997-1c.S | 51 + ld/testsuite/ld-i386/pr22001-1a.c | 13 + ld/testsuite/ld-i386/pr22001-1b.c | 14 + ld/testsuite/ld-i386/pr22001-1c.S | 51 + ld/testsuite/ld-undefined/fundef.s | 31 + ld/testsuite/ld-undefined/undefined.exp | 256 +++-- ld/testsuite/ld-x86-64/pie2.d | 2 +- ld/testsuite/ld-x86-64/pr19719.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2a.d | 2 +- ld/testsuite/ld-x86-64/pr19969.d | 2 +- ld/testsuite/ld-x86-64/pr21997-1a.S | 24 + ld/testsuite/ld-x86-64/pr21997-1a.err | 2 + ld/testsuite/ld-x86-64/pr21997-1b.c | 13 + ld/testsuite/ld-x86-64/pr21997-1b.err | 2 + ld/testsuite/ld-x86-64/pr21997-1c.c | 13 + ld/testsuite/ld-x86-64/pr22001-1a.c | 13 + ld/testsuite/ld-x86-64/pr22001-1a.err | 2 + ld/testsuite/ld-x86-64/pr22001-1b.c | 13 + ld/testsuite/ld-x86-64/pr22001-1b.err | 2 + ld/testsuite/ld-x86-64/pr22001-1c.c | 12 + ld/testsuite/ld-x86-64/x86-64.exp | 150 ++- ld/testsuite/lib/ld-lib.exp | 2 +- opcodes/ChangeLog | 60 ++ opcodes/ppc-dis.c | 83 +- opcodes/ppc-opc.c | 1108 +++++++++++++++++++- patches/README | 1 - patches/binutils-pr21964.patch | 266 ----- patches/binutils-x86-gpoff.patch | 79 +- 82 files changed, 5361 insertions(+), 717 deletions(-) create mode 100644 gas/testsuite/gas/ppc/efs.d create mode 100644 gas/testsuite/gas/ppc/efs.s create mode 100644 gas/testsuite/gas/ppc/efs2.d create mode 100644 gas/testsuite/gas/ppc/efs2.s create mode 100644 gas/testsuite/gas/ppc/spe.d create mode 100644 gas/testsuite/gas/ppc/spe.s create mode 100644 gas/testsuite/gas/ppc/spe2-checks.d create mode 100644 gas/testsuite/gas/ppc/spe2-checks.l create mode 100644 gas/testsuite/gas/ppc/spe2-checks.s create mode 100644 gas/testsuite/gas/ppc/spe2.d create mode 100644 gas/testsuite/gas/ppc/spe2.s create mode 100644 gas/testsuite/gas/ppc/spe_ambiguous.d create mode 100644 gas/testsuite/gas/ppc/spe_ambiguous.s copy gdb/testsuite/{gdb.base => gdb.server}/normal.c (100%) create mode 100644 gdb/testsuite/gdb.server/run-without-local-binary.exp create mode 100644 ld/testsuite/ld-elf/orphan-11.d create mode 100644 ld/testsuite/ld-elf/orphan-11.ld create mode 100644 ld/testsuite/ld-elf/orphan-11.s create mode 100644 ld/testsuite/ld-elf/orphan-12.d create mode 100644 ld/testsuite/ld-elf/orphan-12.s create mode 100644 ld/testsuite/ld-i386/pr21997-1a.S create mode 100644 ld/testsuite/ld-i386/pr21997-1b.c create mode 100644 ld/testsuite/ld-i386/pr21997-1c.S create mode 100644 ld/testsuite/ld-i386/pr22001-1a.c create mode 100644 ld/testsuite/ld-i386/pr22001-1b.c create mode 100644 ld/testsuite/ld-i386/pr22001-1c.S create mode 100644 ld/testsuite/ld-undefined/fundef.s create mode 100644 ld/testsuite/ld-x86-64/pr21997-1a.S create mode 100644 ld/testsuite/ld-x86-64/pr21997-1a.err create mode 100644 ld/testsuite/ld-x86-64/pr21997-1b.c create mode 100644 ld/testsuite/ld-x86-64/pr21997-1b.err create mode 100644 ld/testsuite/ld-x86-64/pr21997-1c.c create mode 100644 ld/testsuite/ld-x86-64/pr22001-1a.c create mode 100644 ld/testsuite/ld-x86-64/pr22001-1a.err create mode 100644 ld/testsuite/ld-x86-64/pr22001-1b.c create mode 100644 ld/testsuite/ld-x86-64/pr22001-1b.err create mode 100644 ld/testsuite/ld-x86-64/pr22001-1c.c delete mode 100644 patches/binutils-pr21964.patch