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-aarch64-lts-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 adds 756beae668 gold: Skip address size and segment selector for DWARF5 new 9107f37953 Don't assert at ldwrite.c:212 new 7ed5ed075b PR27259, SHF_LINK_ORDER self-link new 3bcf28ab4a GNU Binutils 2.35.2 Release new 959ab8e63a Reset development to true
The 4 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 | 55 ++ bfd/configure | 20 +- bfd/dwarf2.c | 5 +- bfd/elf32-ppc.c | 5 +- bfd/elf64-ppc.c | 17 +- bfd/elflink.c | 24 +- bfd/po/bfd.pot | 281 +++--- bfd/version.m4 | 2 +- binutils/ChangeLog | 13 + binutils/configure | 20 +- binutils/objcopy.c | 2 +- binutils/po/binutils.pot | 948 +++++++++--------- elfcpp/ChangeLog | 4 + gas/ChangeLog | 40 + gas/config/tc-ppc.c | 3 +- gas/configure | 20 +- gas/dwarf2dbg.c | 28 +- gas/po/gas.pot | 1722 +++++++++++++++++---------------- 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 + gold/ChangeLog | 12 + gold/dwarf_reader.cc | 4 + gold/po/gold.pot | 474 ++++----- gprof/ChangeLog | 7 + gprof/configure | 20 +- gprof/po/gprof.pot | 2 +- include/ChangeLog | 4 + ld/ChangeLog | 19 + ld/configure | 20 +- ld/ldelf.c | 20 +- ld/po/ld.pot | 171 ++-- opcodes/ChangeLog | 20 + opcodes/configure | 20 +- opcodes/i386-gen.c | 2 + opcodes/po/opcodes.pot | 68 +- opcodes/ppc-opc.c | 46 +- 42 files changed, 2316 insertions(+), 1894 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