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 ae73e2e243 Remove a warning from symtab.c adds cf08fb29f8 Rename ESC -> ESC_PARENS adds 54b65c9b51 Introduce scope_exit adds 5b9b3e53a6 Introduce forward_scope_exit adds 77f0e74cbe Use forward_scope_exit for scoped_finish_thread_state adds e587ef421e Use SCOPE_EXIT in gdbarch-selftest.c adds 5419bdae55 Replace delete_longjmp_breakpoint_cleanup with a forward_sco [...] adds 89f8fb50fa Remove remaining cleanup from gdb/breakpoint.c adds 4c41382ac1 Remove delete_just_stopped_threads_infrun_breakpoints_cleanup adds 694c6bf542 Remove make_bpstat_clear_actions_cleanup adds 2cc83d1e0e Remove cleanup_delete_std_terminate_breakpoint adds 1db93f14fa Remove cleanup from linux-nat.c adds 286526c1e5 Remove clear_symtab_users_cleanup adds 9885e6bb5b Remove cleanup from stop_all_threads adds d238133d02 Remove remaining cleanup from fetch_inferior_event adds 979a0d1304 Update an obsolete cleanup comment adds 296bd123f7 Update cleanup comment in ui-out.h adds 311dc83a41 Use scope_exit in regcache.c adds 388a192d73 Automatic date update in version.in adds 353229bf40 AArch64 AAPCS: Ignore static members adds 3046d67a0e Fix clang/libc++ build adds adc6a863a9 target_pass_signals/target_program_signals: Use gdb::array_view adds 0c56b5cfb6 PR24125, Assertion failure with embedded NULs in string adds 0417426340 Automatic date update in version.in adds 10c172ba93 PR23940, check bounds before using adds 9ed1348c20 Updated Bulgarian and Russian translations for some of the b [...] adds 183445093e Prevent a potential illegal memory access in readelf when pa [...] adds 550fd7bf68 AArch64: Remove ldgv and stgv instructions from Armv8.5-A Me [...] adds 20a4ca5524 AArch64: Add new STZGM instruction for Armv8.5-A Memory Tagg [...] adds 69105ce4c4 AArch64: Update encodings for stg, st2g, stzg and st2zg. adds e10620d3b9 AArch64: Add missing changelog for Update encodings for stg, [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/po/ru.po | 2991 ++++++++------- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/po/bg.po | 3705 +++++++++--------- binutils/readelf.c | 33 +- gas/ChangeLog | 41 + gas/config/tc-aarch64.c | 21 +- gas/macro.c | 4 +- gas/read.c | 2 - gas/testsuite/gas/aarch64/armv8_5-a-memtag.d | 121 +- gas/testsuite/gas/aarch64/armv8_5-a-memtag.s | 42 +- gas/testsuite/gas/aarch64/illegal-memtag.l | 29 +- gas/testsuite/gas/aarch64/illegal-memtag.s | 37 +- gdb/ChangeLog | 146 + gdb/aarch64-tdep.c | 8 + gdb/breakpoint.c | 27 +- gdb/common/forward-scope-exit.h | 123 + gdb/common/preprocessor.h | 2 +- gdb/common/scope-exit.h | 186 + gdb/common/valid-expr.h | 18 +- gdb/gdbarch-selftests.c | 8 +- gdb/gdbthread.h | 28 +- gdb/infcall.c | 13 +- gdb/infcmd.c | 12 +- gdb/inferior.h | 4 +- gdb/infrun.c | 272 +- gdb/linux-nat.c | 27 +- gdb/linux-nat.h | 2 +- gdb/nto-procfs.c | 8 +- gdb/procfs.c | 6 +- gdb/record-full.c | 2 +- gdb/regcache.c | 34 +- gdb/remote.c | 26 +- gdb/symfile.c | 24 +- gdb/target-debug.h | 20 +- gdb/target-delegates.c | 36 +- gdb/target.c | 8 +- gdb/target.h | 17 +- gdb/testsuite/ChangeLog | 30 + gdb/testsuite/gdb.base/infcall-nested-structs.c | 173 + gdb/testsuite/gdb.base/infcall-nested-structs.exp | 24 +- gdb/top.c | 8 +- gdb/ui-out.h | 8 +- gdb/utils.c | 17 - gdb/utils.h | 1 - include/ChangeLog | 7 + include/opcode/aarch64.h | 2 - ld/ChangeLog | 4 + ld/po/bg.po | 4162 ++++++++++----------- opcodes/ChangeLog | 32 + opcodes/aarch64-asm-2.c | 736 ++-- opcodes/aarch64-asm.c | 11 - opcodes/aarch64-asm.h | 1 - opcodes/aarch64-dis-2.c | 2667 +++++++------ opcodes/aarch64-dis.c | 17 - opcodes/aarch64-dis.h | 1 - opcodes/aarch64-opc-2.c | 33 +- opcodes/aarch64-opc.c | 6 - opcodes/aarch64-tbl.h | 25 +- 60 files changed, 8479 insertions(+), 7587 deletions(-) create mode 100644 gdb/common/forward-scope-exit.h create mode 100644 gdb/common/scope-exit.h