This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_35-branch in repository binutils-gdb.
from 584e9cfc809 Automatic date update in version.in new 08ec0947d26 Error on lmw, lswi and related PowerPC insns when LE new 904570fe6c5 Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassembly new f26bb6247b2 Implement missing powerpc extended mnemonics new 9030004379d Implement missing powerpc mtspr and mfspr extended insns new c39dc246d44 PowerPC64 --no-pcrel-optimize new 172234e1fab Correct vcmpsq, vcmpuq and xvtlsbb BF field new 97c22b12249 PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocs new 6f9a6c28850 PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throw new 55ae73eaa02 [GOLD] Power10 stub selection new dc9f4268017 [GOLD] PowerPC64 __tls_get_addr_opt stub
The 10 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 | 39 ++ bfd/elf64-ppc.c | 567 ++++++++++--------- bfd/elf64-ppc.h | 6 +- gas/ChangeLog | 31 ++ gas/config/tc-ppc.c | 9 + gas/testsuite/gas/ppc/476.d | 970 ++++++++++++++++---------------- gas/testsuite/gas/ppc/476.s | 6 - gas/testsuite/gas/ppc/a2.d | 1138 +++++++++++++++++++------------------- gas/testsuite/gas/ppc/a2.s | 8 - gas/testsuite/gas/ppc/be.d | 17 + gas/testsuite/gas/ppc/be.s | 10 + gas/testsuite/gas/ppc/int128.d | 2 +- gas/testsuite/gas/ppc/int128.s | 2 +- gas/testsuite/gas/ppc/le_error.d | 3 + gas/testsuite/gas/ppc/le_error.l | 9 + gas/testsuite/gas/ppc/power8.d | 292 +++++----- gas/testsuite/gas/ppc/power8.s | 2 + gas/testsuite/gas/ppc/power9.d | 4 + gas/testsuite/gas/ppc/power9.s | 4 + gas/testsuite/gas/ppc/ppc.exp | 2 + gas/testsuite/gas/ppc/vsx2.d | 110 ++-- gas/testsuite/gas/ppc/xvtlsbb.d | 2 +- gold/ChangeLog | 32 ++ gold/options.cc | 29 + gold/options.h | 48 +- gold/powerpc.cc | 703 +++++++++++++++-------- ld/ChangeLog | 16 + ld/emultempl/ppc64elf.em | 30 +- opcodes/ChangeLog | 19 + opcodes/ppc-opc.c | 190 ++++++- 30 files changed, 2501 insertions(+), 1799 deletions(-) create mode 100644 gas/testsuite/gas/ppc/be.d create mode 100644 gas/testsuite/gas/ppc/be.s create mode 100644 gas/testsuite/gas/ppc/le_error.d create mode 100644 gas/testsuite/gas/ppc/le_error.l