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-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from b70e516e89 gdb: handle the `ptid.is_pid ()` case in registers_changed_ptid adds 9cc9699833 Automatic date update in version.in adds 610ed3e08f fix objcopy of PE images with .buildid section adds d285ba8d06 CSKY: Support two operands form for bloop. adds e01e1cee39 Rearrange symbol_create parameters adds 3c0d9d71db gas symbol struct field renaming adds 5014c2d22b Redo gas local symbol support adds 02391b8be4 Recognize DW_LANG_C11 in readelf testsuite. adds ccf61261eb Fix problems with the AArch64 linker exposed by testing it w [...] adds 5798d69f03 sim/bfin: include config/pkg.m4 in configure.ac adds 1d4ef7201f Automatic date update in version.in new d19c3068ab gdb: assert that we don't try to get a frame's id while it i [...] new 3f2e969923 elf: Keep only one '@' for undefined versioned symbols
The 2 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 | 18 + bfd/elflink.c | 22 +- bfd/elfnn-aarch64.c | 10 +- bfd/peXXigen.c | 34 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/doc/binutils.texi | 8 +- binutils/nm.c | 5 +- binutils/testsuite/binutils-all/readelf.exp | 2 +- gas/ChangeLog | 108 +++ gas/as.c | 6 +- gas/cgen.c | 6 +- gas/config/obj-coff.c | 5 +- gas/config/obj-coff.h | 2 +- gas/config/obj-elf.c | 5 +- gas/config/obj-macho.c | 6 +- gas/config/tc-aarch64.c | 6 +- gas/config/tc-alpha.c | 31 +- gas/config/tc-arc.c | 6 +- gas/config/tc-arm.c | 10 +- gas/config/tc-avr.c | 2 +- gas/config/tc-cr16.c | 20 +- gas/config/tc-cris.c | 16 +- gas/config/tc-csky.c | 24 +- gas/config/tc-dlx.c | 8 +- gas/config/tc-hppa.c | 7 +- gas/config/tc-i386.c | 2 +- gas/config/tc-ia64.c | 85 +- gas/config/tc-m32r.c | 2 +- gas/config/tc-m68k.c | 8 +- gas/config/tc-mips.c | 20 +- gas/config/tc-mmix.c | 45 +- gas/config/tc-mn10200.c | 8 +- gas/config/tc-mn10300.c | 12 +- gas/config/tc-nds32.c | 20 +- gas/config/tc-nios2.c | 2 +- gas/config/tc-ppc.c | 7 +- gas/config/tc-riscv.c | 4 +- gas/config/tc-s390.c | 2 +- gas/config/tc-sh.c | 2 +- gas/config/tc-tic4x.c | 10 +- gas/config/tc-tic54x.c | 41 +- gas/config/tc-xtensa.c | 13 +- gas/dwarf2dbg.c | 18 +- gas/ecoff.c | 9 +- gas/expr.c | 2 +- gas/itbl-ops.c | 2 +- gas/read.c | 3 +- gas/stabs.c | 5 +- gas/subsegs.c | 4 +- gas/symbols.c | 1173 +++++++++++++-------------- gas/symbols.h | 11 +- gas/testsuite/gas/csky/enhance_dsp.d | 1 + gas/testsuite/gas/csky/enhance_dsp.s | 1 + gdb/ChangeLog | 13 + gdb/frame.c | 97 ++- ld/ChangeLog | 7 + ld/testsuite/ld-elf/pr26302.nd | 2 +- ld/testsuite/ld-elf/pr26302.rd | 12 + ld/testsuite/ld-elf/shared.exp | 3 +- opcodes/ChangeLog | 9 + opcodes/aarch64-dis.c | 10 +- opcodes/csky-opc.h | 11 +- sim/bfin/ChangeLog | 4 + sim/bfin/configure | 305 ++++++- sim/bfin/configure.ac | 1 + 66 files changed, 1431 insertions(+), 936 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26302.rd