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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 6594e12286 AArch64: Ensure lwp info is created zeroed adds 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 [...] new 183445093e Prevent a potential illegal memory access in readelf when pa [...]
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 | 4 + bfd/po/ru.po | 2991 ++++++++------- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/po/bg.po | 3705 +++++++++--------- binutils/readelf.c | 33 +- gas/ChangeLog | 11 + gas/macro.c | 4 +- gas/read.c | 2 - gdb/ChangeLog | 151 + 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/language.h | 7 +- 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 - ld/ChangeLog | 4 + ld/po/bg.po | 4162 ++++++++++----------- 44 files changed, 6573 insertions(+), 5687 deletions(-) create mode 100644 gdb/common/forward-scope-exit.h create mode 100644 gdb/common/scope-exit.h