This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from f1e8bd2dd2 Automatic date update in version.in new 66f8b2cbbb gas: Add --gdwarf-cie-version command line flag new 9aea1e3137 PR25196, abort in rewrite_elf_program_header new 6d6c25c8ea elf_backend_modify_headers new ed7e9d0bda elf_backend_init_file_header new 6edc43ec32 Don't use class-initialization for the owner union new 2e953acac2 Fix a bunch of python leaks due to missing calls to tp_free [...] new 94698d0198 PR25200, SIGSEGV in _bfd_elf_validate_reloc new aa465b19c8 [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE sy [...] new 58bd3702d7 Automatic date update in version.in new 494409bb8a Fix crash with core + TUI + run new 30d0a63681 gdb/testsuite: Introduce skip_ctf_tests guard function new f833b7a7da gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp new 0b8dbf3f1c gdb/testsuite: Merge whatis.exp and ctf-whatis.exp new df56ecde8a Add space between program name and file for objcopy/strip/ob [...] new f14080d440 PR25197, assertion fail coffgen.c new dd68a12bc4 PR25191, internal error in _bfd_elf_set_section_contents new 6765ee1825 PR24968, make objcopy use output ELF arch if -B not given new f2032b672a PR24499, ignore --add-gnu-debuglink for archives new c9739b6a06 Report GetLastError value when DebugActiveProcess fails new 435d3d8836 Replace "if (attr)" with "if (attr != nullptr)". new 9f6ad286ef Fix the "winheight" command new fa4dea2445 Automatic date update in version.in new e042e6c3e2 cpu: fix comment in bpf.cpu
The 23 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 | 90 +++ bfd/bfd-in2.h | 1 + bfd/bfd.c | 2 + bfd/coffgen.c | 25 +- bfd/elf-bfd.h | 13 +- bfd/elf-nacl.c | 123 +++-- bfd/elf-nacl.h | 2 +- bfd/elf.c | 116 ++-- bfd/elf32-arm.c | 18 +- bfd/elf32-i386.c | 23 +- bfd/elf32-m68hc12.c | 2 +- bfd/elf32-m68hc1x.c | 12 +- bfd/elf32-m68hc1x.h | 2 +- bfd/elf32-metag.c | 11 +- bfd/elf32-ppc.c | 1 - bfd/elf32-rx.c | 7 +- bfd/elf32-sh.c | 2 - bfd/elf32-spu.c | 167 +++--- bfd/elf32-visium.c | 15 +- bfd/elf64-alpha.c | 15 +- bfd/elf64-hppa.c | 17 +- bfd/elf64-ia64-vms.c | 16 +- bfd/elf64-x86-64.c | 6 +- bfd/elfnn-aarch64.c | 15 +- bfd/elfnn-ia64.c | 25 +- bfd/elfxx-mips.c | 10 +- bfd/elfxx-mips.h | 4 +- bfd/elfxx-target.h | 12 +- bfd/reloc.c | 27 +- bfd/version.h | 2 +- binutils/ChangeLog | 26 + binutils/bucomm.c | 12 +- binutils/objcopy.c | 44 +- cpu/ChangeLog | 4 + cpu/bpf.cpu | 2 +- gas/ChangeLog | 17 + gas/NEWS | 3 + gas/as.c | 17 + gas/as.h | 1 + gas/doc/as.texi | 6 + gas/dw2gencfi.c | 12 +- gas/testsuite/gas/cfi/cfi.exp | 6 + gas/testsuite/gas/cfi/cie-version-0.d | 5 + gas/testsuite/gas/cfi/cie-version-1.d | 17 + gas/testsuite/gas/cfi/cie-version-2.d | 5 + gas/testsuite/gas/cfi/cie-version-3.d | 17 + gas/testsuite/gas/cfi/cie-version-4.d | 19 + gas/testsuite/gas/cfi/cie-version.s | 2 + gdb/ChangeLog | 64 +++ gdb/dwarf2read.c | 96 ++-- gdb/python/py-block.c | 2 + gdb/python/py-finishbreakpoint.c | 1 + gdb/python/py-inferior.c | 1 + gdb/python/py-lazy-string.c | 1 + gdb/python/py-linetable.c | 1 + gdb/python/py-symbol.c | 1 + gdb/python/py-symtab.c | 1 + gdb/python/py-type.c | 1 + gdb/symtab.h | 5 +- gdb/target.c | 6 +- gdb/testsuite/ChangeLog | 28 + gdb/testsuite/gdb.base/ctf-constvars.exp | 21 +- gdb/testsuite/gdb.base/ctf-cvexpr.exp | 495 ----------------- gdb/testsuite/gdb.base/ctf-ptype.exp | 11 +- gdb/testsuite/gdb.base/ctf-whatis.c | 282 ---------- gdb/testsuite/gdb.base/ctf-whatis.exp | 413 -------------- gdb/testsuite/gdb.base/cvexpr.exp | 465 ++++++++-------- gdb/testsuite/gdb.base/whatis.exp | 909 ++++++++++++++++--------------- gdb/testsuite/gdb.tui/corefile-run.exp | 61 +++ gdb/testsuite/gdb.tui/winheight.exp | 37 ++ gdb/testsuite/lib/gdb.exp | 11 + gdb/tui/tui-data.c | 19 - gdb/tui/tui-data.h | 1 - gdb/tui/tui-win.c | 29 +- gdb/windows-nat.c | 3 +- gold/ChangeLog | 11 + gold/object.cc | 4 + gold/symtab.cc | 35 +- gold/symtab.h | 6 + include/ChangeLog | 4 + include/dwarf2.h | 1 - 81 files changed, 1694 insertions(+), 2328 deletions(-) create mode 100644 gas/testsuite/gas/cfi/cie-version-0.d create mode 100644 gas/testsuite/gas/cfi/cie-version-1.d create mode 100644 gas/testsuite/gas/cfi/cie-version-2.d create mode 100644 gas/testsuite/gas/cfi/cie-version-3.d create mode 100644 gas/testsuite/gas/cfi/cie-version-4.d create mode 100644 gas/testsuite/gas/cfi/cie-version.s delete mode 100644 gdb/testsuite/gdb.base/ctf-cvexpr.exp delete mode 100644 gdb/testsuite/gdb.base/ctf-whatis.c delete mode 100644 gdb/testsuite/gdb.base/ctf-whatis.exp create mode 100644 gdb/testsuite/gdb.tui/corefile-run.exp create mode 100644 gdb/testsuite/gdb.tui/winheight.exp