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 c0502da688 [gdb/testsuite] Fix c-linkage-name.exp with {cc-with-gdb-ind [...] new 1310c1b066 Add low_new_clone method to linux_nat_target. new 4db10d8f49 [PowerPC] Move up some register access routines new 227c0bf4b3 [PowerPC] Fix debug register issues in ppc-linux-nat new 00386881a3 Fix objcopy's --preserve-dates command line option so that i [...] new d8af906814 Change ada_which_variant_applies to value API new d1a89da5de RISC-V: Update CSR to privileged spec 1.11. new d262797294 Automatic date update in version.in new b3b360dec7 tekhex: Uninitialised read new 8169954446 alpha-vms: sanity checks for image_write new 89b599df37 alpha-coff: unitialised read
The 10 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 | 26 + bfd/coff-alpha.c | 2 +- bfd/libcoff-in.h | 4 +- bfd/libcoff.h | 4 +- bfd/peXXigen.c | 4 +- bfd/tekhex.c | 2 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 70 +- binutils/ChangeLog | 10 + binutils/objcopy.c | 5 + binutils/testsuite/binutils-all/objcopy.exp | 2 +- gas/ChangeLog | 25 + gas/testsuite/gas/riscv/alias-csr.d | 23 - gas/testsuite/gas/riscv/alias-csr.s | 14 - gas/testsuite/gas/riscv/bad-csr.d | 3 - gas/testsuite/gas/riscv/csr-dw-regnums.d | 7 +- gas/testsuite/gas/riscv/csr-dw-regnums.s | 9 +- gas/testsuite/gas/riscv/no-aliases-csr.d | 23 - .../gas/riscv/priv-reg-fail-nonexistent.d | 3 + .../{bad-csr.l => priv-reg-fail-nonexistent.l} | 0 .../{bad-csr.s => priv-reg-fail-nonexistent.s} | 0 gas/testsuite/gas/riscv/priv-reg-fail-rv32-only.l | 4 +- gas/testsuite/gas/riscv/priv-reg-pseudo-noalias.d | 36 + gas/testsuite/gas/riscv/priv-reg-pseudo.d | 36 + gas/testsuite/gas/riscv/priv-reg-pseudo.s | 33 + gas/testsuite/gas/riscv/priv-reg.d | 491 +++---- gas/testsuite/gas/riscv/priv-reg.s | 114 +- gas/testsuite/gas/riscv/satp.d | 11 - gas/testsuite/gas/riscv/satp.s | 3 - gdb/ChangeLog | 122 ++ gdb/ada-lang.c | 13 +- gdb/ada-lang.h | 3 +- gdb/ada-valprint.c | 4 +- gdb/features/riscv/32bit-csr.xml | 5 +- gdb/features/riscv/64bit-csr.xml | 5 +- gdb/linux-nat.c | 4 + gdb/linux-nat.h | 4 + gdb/ppc-linux-nat.c | 1518 +++++++++++++------- include/ChangeLog | 4 + include/opcode/riscv-opc.h | 25 +- ld/ChangeLog | 10 + ld/emultempl/pe.em | 5 +- ld/emultempl/pep.em | 5 +- ld/pe-dll.c | 4 +- 44 files changed, 1757 insertions(+), 940 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/alias-csr.d delete mode 100644 gas/testsuite/gas/riscv/alias-csr.s delete mode 100644 gas/testsuite/gas/riscv/bad-csr.d delete mode 100644 gas/testsuite/gas/riscv/no-aliases-csr.d create mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-nonexistent.d rename gas/testsuite/gas/riscv/{bad-csr.l => priv-reg-fail-nonexistent.l} (100%) rename gas/testsuite/gas/riscv/{bad-csr.s => priv-reg-fail-nonexistent.s} (100%) create mode 100644 gas/testsuite/gas/riscv/priv-reg-pseudo-noalias.d create mode 100644 gas/testsuite/gas/riscv/priv-reg-pseudo.d create mode 100644 gas/testsuite/gas/riscv/priv-reg-pseudo.s delete mode 100644 gas/testsuite/gas/riscv/satp.d delete mode 100644 gas/testsuite/gas/riscv/satp.s