This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/binutils-gdb.
from afc41ffb99 RISC-V: Reorder the prefixed extensions which are out of order. adds f18acc9c4e Binutils support for split-dwarf and dwarf-5 adds 90b7a5df15 aarch64: Disallow copy relocations on protected data new 3af607d998 Use unique_xmalloc_ptr in interp new ee04bfc01e Move mi_interpreter to mi-interp.h new b2a696a881 Use std::string for interpreter_p
The 3 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/elfnn-aarch64.c | 28 ++++++++++++- binutils/ChangeLog | 13 +++++- binutils/dwarf.c | 57 +++++++++++++++++++------- binutils/dwarf.h | 1 + gdb/interps.c | 15 ++----- gdb/interps.h | 10 ++--- gdb/main.c | 24 ++++------- gdb/main.h | 2 +- gdb/mi/mi-common.h | 50 ---------------------- gdb/mi/mi-interp.h | 50 ++++++++++++++++++++++ gdb/mi/mi-main.c | 2 +- gdb/tui/tui-interp.c | 9 ++-- ld/testsuite/ld-aarch64/aarch64-elf.exp | 9 ++++ ld/testsuite/ld-aarch64/copy-reloc-protected.d | 2 + ld/testsuite/ld-aarch64/protected.s | 8 ++++ 15 files changed, 174 insertions(+), 106 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-protected.d create mode 100644 ld/testsuite/ld-aarch64/protected.s