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 e6b39f6f8e Re: Only give FDE encoding warnings if --eh-frame-hdr was sp [...] new e8dc9b5bfd [gas] Implement .cfi_negate_ra_state directive new 93e55f0a03 [gdb/symtab] Prefer var def over decl new dfb65191d8 Put bcache inside "namespace gdb" new 851c0536ca [ARM, sim] Fix build error and warnings new 9231c9c2d4 Automatic date update in version.in new 5fa370e437 PR25236, common sym versioning new aa2d5a4229 Core file build-id support new dc6dc6688b Automatic date update in version.in
The 8 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 | 8 + bfd/elflink.c | 6 +- bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/dw2gencfi.c | 1 + gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 26 ++ gas/testsuite/gas/aarch64/pac_negate_ra_state.s | 20 ++ gdb/ChangeLog | 41 ++++ gdb/bcache.c | 4 + gdb/bcache.h | 4 + gdb/block.c | 74 +++++- gdb/build-id.c | 30 ++- gdb/build-id.h | 12 +- gdb/corelow.c | 25 ++ gdb/gdbtypes.c | 4 +- gdb/macrotab.c | 4 +- gdb/macrotab.h | 7 +- gdb/objfiles.h | 4 +- gdb/psymtab.h | 2 +- gdb/testsuite/ChangeLog | 11 + .../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.dwarf2/varval.exp | 48 +++- 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 +-- 31 files changed, 780 insertions(+), 98 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