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-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 016181423b Automatic date update in version.in adds 82d7a6f4e3 Re: Have the linker report an error if the same script is us [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 14 ++++++ gdb/aarch64-tdep.c | 6 ++- gdb/infrun.c | 2 +- gdb/remote.c | 4 +- gdb/target-delegates.c | 12 ++--- gdb/target.c | 2 +- gdb/target.h | 4 +- gdb/testsuite/ChangeLog | 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 | 25 ++++++++++ ld/ldfile.c | 54 ++++++++++++++++++++-- ld/ldfile.h | 2 + ld/ldmain.c | 2 +- ld/lexsup.c | 2 +- 21 files changed, 193 insertions(+), 49 deletions(-) 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%)