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-mainline-allyesconfig 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. 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 adds 18125b1639 Add "style" proc to the test suite adds 4ca51187d2 Constify target_ops::follow_exec new 016181423b Automatic date update in version.in
The 1 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 | 15 +++++ bfd/elf32-arm.c | 2 +- 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 | 24 ++++++++ gdb/NEWS | 11 ++++ gdb/aarch64-tdep.c | 6 +- gdb/doc/ChangeLog | 8 +++ gdb/doc/gdb.texinfo | 7 ++- gdb/infrun.c | 2 +- gdb/remote.c | 4 +- gdb/riscv-tdep.c | 16 +++++- gdb/target-delegates.c | 12 ++-- gdb/target.c | 2 +- gdb/target.h | 4 +- gdb/testsuite/ChangeLog | 25 ++++++++ gdb/testsuite/README | 21 +++++++ .../stack-protector.c => gdb.arch/aarch64-pauth.c} | 12 +++- .../{aarch64-atomic-inst.exp => aarch64-pauth.exp} | 32 +++++------ gdb/testsuite/gdb.base/align.exp | 6 +- gdb/testsuite/gdb.base/info-shared.exp | 6 +- gdb/testsuite/gdb.base/style.exp | 13 +++-- .../gdb.python/py-mi-var-info-path-expression.exp | 3 + gdb/testsuite/lib/gdb-utils.exp | 18 ++++++ ld/ChangeLog | 15 +++++ ld/ldfile.c | 42 ++++++++++++-- ld/ldfile.h | 2 + ld/ldmain.c | 2 +- ld/lexsup.c | 2 +- 36 files changed, 383 insertions(+), 77 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%)