This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 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.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 +++++ bfd/elf32-arm.c | 2 +- bfd/som.c | 30 +++++----- 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 | 15 +++++ gdb/NEWS | 11 ++++ gdb/aarch64-tdep.c | 6 +- gdb/doc/ChangeLog | 8 +++ gdb/doc/gdb.texinfo | 7 ++- gdb/riscv-tdep.c | 16 +++++- gdb/testsuite/ChangeLog | 9 +++ gdb/testsuite/README | 21 +++++++ .../stack-protector.c => gdb.arch/aarch64-pauth.c} | 12 +++- .../{aarch64-atomic-inst.exp => aarch64-pauth.exp} | 32 +++++------ ld/ChangeLog | 15 +++++ ld/ldfile.c | 42 ++++++++++++-- ld/ldfile.h | 2 + ld/ldmain.c | 2 +- ld/lexsup.c | 2 +- 25 files changed, 308 insertions(+), 55 deletions(-) create mode 100644 gas/testsuite/gas/s12z/dollar-hex.d create mode 100644 gas/testsuite/gas/s12z/dollar-hex.s copy gdb/testsuite/{gdb.base/stack-protector.c => gdb.arch/aarch64-pauth.c} (87%) copy gdb/testsuite/gdb.arch/{aarch64-atomic-inst.exp => aarch64-pauth.exp} (53%)