This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 4100e69996 Automatic date update in version.in adds 0da7136ac1 DWARF-5: Fix parsing DWARF-5 line number tables adds 1ae65e19b2 DWARF-5: Ignore empty range in DWARF-5 line number tables adds 74c2eff559 as: Automatically enable DWARF5 support adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 34 ++++++++++++++++++++++++++ bfd/dwarf2.c | 5 ++-- bfd/elf32-ppc.c | 5 ++-- bfd/elf64-ppc.c | 17 +++++++------ binutils/ChangeLog | 6 +++++ binutils/objcopy.c | 2 +- gas/ChangeLog | 33 +++++++++++++++++++++++++ gas/config/tc-ppc.c | 3 ++- gas/dwarf2dbg.c | 28 +++++++++++++++------ gas/testsuite/gas/elf/dwarf-5-file0.d | 2 +- gas/testsuite/gas/lns/lns-diag-1.l | 2 -- 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 | 13 ++++++++++ opcodes/i386-gen.c | 2 ++ opcodes/ppc-opc.c | 46 ++++++++++++++++++++++++++++++++++- 20 files changed, 260 insertions(+), 26 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