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-master-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 2dc4b12fcd Arm64: simplify Crypto arch extension handling adds 2410edcd31 Re: PR25244, --print-memory-usage, division by zero if MEMOR [...] adds a23e9ba17f Fix a problem computing the size fields in the PE format header. adds b858499daf Remove gdbarch parameter of lookup_typename adds bce7c9d6fb Only give FDE encoding warnings if --eh-frame-hdr was specified. adds 908641f530 Fix leaks when pruning inferiors. adds 8fc52a054b Automatic date update in version.in adds e0fad1eadf Fix crash when command arg is missing in faas/taas/tfaas commands. adds 06acc08f0a gdb: fix overload resolution for see-through references adds c7d12402bd gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp adds e6b39f6f8e Re: Only give FDE encoding warnings if --eh-frame-hdr was sp [...] adds e8dc9b5bfd [gas] Implement .cfi_negate_ra_state directive adds 93e55f0a03 [gdb/symtab] Prefer var def over decl adds dfb65191d8 Put bcache inside "namespace gdb" adds 851c0536ca [ARM, sim] Fix build error and warnings adds 9231c9c2d4 Automatic date update in version.in adds 5fa370e437 PR25236, common sym versioning adds aa2d5a4229 Core file build-id support adds dc6dc6688b Automatic date update in version.in new c14aab8cd3 Fix inter-CU references using intra-CU form in imported-unit new bc754168c7 Optional matching for run_dump_test new 6f765336bb aarch64*-*-*ilp32 gas tests new 0a6aef6b66 S12Z disassembler memory leak new 2ff1ae54a2 Automatic date update in version.in
The 5 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 | 21 ++ bfd/elf-eh-frame.c | 28 ++- bfd/elflink.c | 6 +- bfd/peXXigen.c | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/testsuite/lib/binutils-common.exp | 19 ++ gas/ChangeLog | 22 ++ gas/dw2gencfi.c | 1 + gas/testsuite/gas/aarch64/bfloat16.d | 2 +- gas/testsuite/gas/aarch64/dgh.d | 2 +- gas/testsuite/gas/aarch64/f32mm.d | 2 +- gas/testsuite/gas/aarch64/f64mm.d | 2 +- gas/testsuite/gas/aarch64/i8mm.d | 2 +- gas/testsuite/gas/aarch64/pac_ab_key.d | 24 +- gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 24 ++ gas/testsuite/gas/aarch64/pac_negate_ra_state.s | 20 ++ gas/testsuite/gas/aarch64/reloc-prel_g0.d | 6 +- gas/testsuite/gas/aarch64/reloc-prel_g0_nc.d | 8 +- gas/testsuite/gas/aarch64/reloc-prel_g1.d | 6 +- gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d | 2 +- gas/testsuite/gas/aarch64/sve-movprfx-mm.d | 2 +- gas/testsuite/gas/aarch64/sve2.d | 2 +- gdb/ChangeLog | 80 ++++++ gdb/bcache.c | 4 + gdb/bcache.h | 4 + gdb/block.c | 74 +++++- gdb/build-id.c | 30 ++- gdb/build-id.h | 12 +- gdb/c-exp.y | 36 --- gdb/c-lang.c | 9 +- gdb/corelow.c | 25 ++ gdb/cp-namespace.c | 3 +- gdb/eval.c | 12 +- gdb/gdbtypes.c | 22 +- gdb/gdbtypes.h | 8 +- gdb/guile/scm-type.c | 2 +- gdb/inferior.c | 10 +- gdb/m2-exp.y | 3 +- gdb/macrotab.c | 4 +- gdb/macrotab.h | 7 +- gdb/objfiles.h | 4 +- gdb/printcmd.c | 4 +- gdb/psymtab.h | 2 +- gdb/python/py-type.c | 2 +- gdb/python/py-xmethods.c | 2 +- gdb/rust-exp.y | 2 +- gdb/stack.c | 2 + gdb/testsuite/ChangeLog | 30 +++ .../gdb.base/corefile-buildid-shlib-shr.c | 29 +++ gdb/testsuite/gdb.base/corefile-buildid-shlib.c | 58 +++++ gdb/testsuite/gdb.base/corefile-buildid.c | 43 ++++ gdb/testsuite/gdb.base/corefile-buildid.exp | 271 +++++++++++++++++++++ gdb/testsuite/gdb.base/frameapply.exp | 2 + gdb/testsuite/gdb.cp/rvalue-ref-overload.cc | 9 + gdb/testsuite/gdb.cp/rvalue-ref-overload.exp | 18 +- gdb/testsuite/gdb.dwarf2/imported-unit.exp | 10 +- gdb/testsuite/gdb.dwarf2/varval.exp | 48 +++- gdb/testsuite/gdb.threads/pthreads.exp | 6 +- gdb/thread.c | 4 + ld/ChangeLog | 18 ++ ld/ldlang.c | 3 +- ld/testsuite/ld-elf/eh4.d | 6 +- ld/testsuite/ld-elf/eh5.d | 60 ++++- ld/testsuite/ld-mips-elf/eh-frame1-n32.d | 2 +- ld/testsuite/ld-mips-elf/eh-frame1-n64.d | 2 +- ld/testsuite/ld-mips-elf/eh-frame2-n32.d | 2 +- ld/testsuite/ld-mips-elf/eh-frame2-n64.d | 2 +- opcodes/ChangeLog | 5 + opcodes/s12z-opc.c | 24 +- sim/arm/ChangeLog | 14 ++ sim/arm/armemu.c | 4 - sim/arm/arminit.c | 4 + sim/arm/maverick.c | 35 +-- sim/arm/maverick.h | 46 ++++ sim/arm/wrapper.c | 35 +-- 76 files changed, 1105 insertions(+), 258 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pac_negate_ra_state.d create mode 100644 gas/testsuite/gas/aarch64/pac_negate_ra_state.s create mode 100644 gdb/testsuite/gdb.base/corefile-buildid-shlib-shr.c create mode 100644 gdb/testsuite/gdb.base/corefile-buildid-shlib.c create mode 100644 gdb/testsuite/gdb.base/corefile-buildid.c create mode 100644 gdb/testsuite/gdb.base/corefile-buildid.exp create mode 100644 sim/arm/maverick.h