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 6dcfc42f689 Segmentation fault i386-gen new 9010a66f2dd PR26483, ASAN: ppc_elf_link_params elf32-ppc.c:2314 new 0004f3b30c7 PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337 new e658f42c0fe PR26489, ASAN: ppc64_elf_size_stubs elf64-ppc.c:13389 new 7601b250d53 power10 on ppc32 new 662f9a91098 R_PPC64_GOT_LO_DS and R_PPC64_GOT_HA sanity check new 02f225e4de9 POWER10: Add Return-Oriented Programming instructions
The 6 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/elf32-ppc.c | 5 +++-- bfd/elf64-ppc.c | 17 ++++++++------ gas/ChangeLog | 15 +++++++++++++ gas/config/tc-ppc.c | 3 ++- gas/testsuite/gas/ppc/ppc.exp | 2 ++ gas/testsuite/gas/ppc/rop-checks.d | 3 +++ gas/testsuite/gas/ppc/rop-checks.l | 17 ++++++++++++++ gas/testsuite/gas/ppc/rop-checks.s | 18 +++++++++++++++ gas/testsuite/gas/ppc/rop.d | 27 ++++++++++++++++++++++ gas/testsuite/gas/ppc/rop.s | 21 +++++++++++++++++ opcodes/ChangeLog | 8 +++++++ opcodes/ppc-opc.c | 46 +++++++++++++++++++++++++++++++++++++- 13 files changed, 193 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/ppc/rop-checks.d create mode 100644 gas/testsuite/gas/ppc/rop-checks.l create mode 100644 gas/testsuite/gas/ppc/rop-checks.s create mode 100644 gas/testsuite/gas/ppc/rop.d create mode 100644 gas/testsuite/gas/ppc/rop.s