This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 4491a7c1aa readelf: replace xmalloc with malloc in slurp_relr_relocs adds b215cdf529 RISC-V: Fix inconsistent error message (range) adds dd8cc00cac RISC-V: Prepare i18n for required ISA extensions adds 1176bc3876 RISC-V: Add 'H' to canonical extension ordering adds c625f4ed05 RISC-V: Use single h extension to control hypervisor CSRs an [...] adds 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 adds 3af607d998 Use unique_xmalloc_ptr in interp adds ee04bfc01e Move mi_interpreter to mi-interp.h adds b2a696a881 Use std::string for interpreter_p adds 325600eb11 Automatic date update in version.in adds 4fb55bf6a9 aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705] adds 83c325007c aarch64: Allow PC-relative relocations against protected STT [...]
No new revisions were added by this update.
Summary of changes: bfd/elfnn-aarch64.c | 32 ++++++- bfd/elfxx-riscv.c | 68 +++++--------- bfd/version.h | 2 +- binutils/ChangeLog | 13 ++- binutils/dwarf.c | 57 +++++++++--- binutils/dwarf.h | 1 + gas/config/tc-riscv.c | 12 ++- gas/testsuite/gas/riscv/csr-version-1p10.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p10.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p11.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p11.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p12.l | 50 +++++++++++ gas/testsuite/gas/riscv/csr-version-1p9p1.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p9p1.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/h-ext-32.d | 2 +- gas/testsuite/gas/riscv/h-ext-64.d | 2 +- gas/testsuite/gas/riscv/march-fail-order-x-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x-z.l | 2 - gas/testsuite/gas/riscv/march-fail-order-x.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x.l | 2 - gas/testsuite/gas/riscv/march-fail-order-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-z.l | 2 - .../gas/riscv/march-fail-single-prefix-h.d | 3 - gas/testsuite/gas/riscv/march-fail-unknown-h.d | 3 - 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 +- include/opcode/riscv-opc.h | 50 +++++------ include/opcode/riscv.h | 1 + ld/testsuite/ld-aarch64/aarch64-elf.exp | 10 +++ ld/testsuite/ld-aarch64/copy-reloc-protected.d | 2 + ld/testsuite/ld-aarch64/pcrel-protected.s | 11 +++ ld/testsuite/ld-aarch64/pcrel_pic_protected.d | 7 ++ ld/testsuite/ld-aarch64/protected-data.d | 2 +- ld/testsuite/ld-aarch64/protected.s | 8 ++ opcodes/riscv-opc.c | 38 ++++---- 41 files changed, 624 insertions(+), 527 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-single-prefix-h.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-unknown-h.d create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-protected.d create mode 100644 ld/testsuite/ld-aarch64/pcrel-protected.s create mode 100644 ld/testsuite/ld-aarch64/pcrel_pic_protected.d create mode 100644 ld/testsuite/ld-aarch64/protected.s