This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from a2aa107b13 PR27218, memory access violation in dwarf2dbg.c adds b1e65c1026 Fix thinko in objcopy's memory freeing code. adds 6dcfc42f68 Segmentation fault i386-gen adds 9010a66f2d PR26483, ASAN: ppc_elf_link_params elf32-ppc.c:2314 adds 0004f3b30c PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337 adds e658f42c0f PR26489, ASAN: ppc64_elf_size_stubs elf64-ppc.c:13389 adds 7601b250d5 power10 on ppc32 adds 662f9a9109 R_PPC64_GOT_LO_DS and R_PPC64_GOT_HA sanity check adds 02f225e4de POWER10: Add Return-Oriented Programming instructions adds 756beae668 gold: Skip address size and segment selector for DWARF5
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 22 ++++++++++++++++++ bfd/elf32-ppc.c | 5 +++-- bfd/elf64-ppc.c | 17 ++++++++------ binutils/ChangeLog | 6 +++++ binutils/objcopy.c | 2 +- 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 +++++++++++++++++ gold/ChangeLog | 6 +++++ gold/dwarf_reader.cc | 4 ++++ opcodes/ChangeLog | 13 +++++++++++ opcodes/i386-gen.c | 2 ++ opcodes/ppc-opc.c | 46 +++++++++++++++++++++++++++++++++++++- 18 files changed, 217 insertions(+), 12 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