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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from ba6cd17f0a [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions adds 304f09d0d4 MIPS/LD: Fix memory fault linking non-PIC object in to share [...] adds b474a2022d MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared library adds dc42e902cc gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptr adds a7df56e5f8 Automatic date update in version.in adds 22c6ccb89e S12Z: GAS: New option --mdollar-hex. adds 4decd602d8 bfdtest1 segfaults on hppa-hp-hpux10 adds 9ec2f606ce vms-alpha gas segfault adds b0f4fbf81a ARM STM32L4XX erratum test failure with MALLOC_PERTURB_ adds 7166f90a77 gdb/doc: Minor formatting fixes in documentation of -complete adds 0a5954bd5f gdb/riscv: Improve flen length determination adds b706061469 Document gdb.in/gdb.cmd files and debugredirect cli command adds 8fca4da075 AArch64: Treat pauth ops as nops on non-pauth systems adds 6ec6968b1b Have the linker report an error if the same script is used twice. adds e7fe496b1b [gdb/testsuite] Add missing mi_skip_python_tests to py-mi-va [...] adds af1a8d0387 [gdb/testsuite] Require c++11 for gdb.base/align.exp
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 25 ++++++++ bfd/elf32-arm.c | 2 +- bfd/elfxx-mips.c | 31 +++++++--- bfd/som.c | 30 +++++----- bfd/version.h | 2 +- bfd/vms-alpha.c | 5 +- gas/ChangeLog | 10 ++++ gas/config/tc-s12z.c | 67 +++++++++++++++++++--- gas/doc/c-s12z.texi | 13 +++++ gas/testsuite/gas/s12z/dollar-hex.d | 16 ++++++ gas/testsuite/gas/s12z/dollar-hex.s | 4 ++ gas/testsuite/gas/s12z/s12z.exp | 1 + gdb/ChangeLog | 21 +++++++ gdb/NEWS | 11 ++++ gdb/aarch64-tdep.c | 6 +- gdb/doc/ChangeLog | 8 +++ gdb/doc/gdb.texinfo | 7 ++- gdb/f-lang.c | 12 +++- gdb/riscv-tdep.c | 16 +++++- gdb/testsuite/ChangeLog | 19 ++++++ gdb/testsuite/README | 21 +++++++ gdb/testsuite/gdb.arch/aarch64-pauth.c | 36 ++++++++++++ gdb/testsuite/gdb.arch/aarch64-pauth.exp | 43 ++++++++++++++ gdb/testsuite/gdb.base/align.exp | 6 +- .../gdb.python/py-mi-var-info-path-expression.exp | 3 + ld/ChangeLog | 35 +++++++++++ ld/ldfile.c | 42 ++++++++++++-- ld/ldfile.h | 2 + ld/ldmain.c | 2 +- ld/lexsup.c | 2 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 7 +++ ld/testsuite/ld-mips-elf/pic-reloc-5.d | 10 ++++ ld/testsuite/ld-mips-elf/pic-reloc-5.s | 22 +++++++ ld/testsuite/ld-mips-elf/pic-reloc-6.d | 11 ++++ ld/testsuite/ld-mips-elf/pic-reloc-6.s | 22 +++++++ ld/testsuite/ld-mips-elf/pic-reloc-7.d | 8 +++ ld/testsuite/ld-mips-elf/pic-reloc-7.s | 10 ++++ ld/testsuite/ld-mips-elf/pic-reloc-tls.ld | 7 +++ 38 files changed, 548 insertions(+), 47 deletions(-) create mode 100644 gas/testsuite/gas/s12z/dollar-hex.d create mode 100644 gas/testsuite/gas/s12z/dollar-hex.s create mode 100644 gdb/testsuite/gdb.arch/aarch64-pauth.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-pauth.exp create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-5.d create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-5.s create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-6.d create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-6.s create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-7.d create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-7.s create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-tls.ld