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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 2e8db3703b Automatic date update in version.in adds 951d1049fa Include compile-internal.h in gcc-c-plugin.h adds 7af7e9b5d8 Remove a comment in compile/compile-cplus-types.c adds 6b4d777433 Use "struct bcache" in objfiles.h adds 3fabc0163a Do not include py-ref.h in most files adds 37b3ab5b54 Declare remote_target in remote-fileio.h adds 38561778f3 Rename "lines" parameter in source-cache.h adds 93cc1d53f5 Include gdb_curses.h in tui-wingeneral.h adds 71ba91e1c0 Include coff/sym.h from coff/ecoff.h adds a7c9855d03 corelow.c does not need sys/file.h adds 6406a2701b ld: Add LTO warning to --wrap documentation adds d99386305c Updated translations for some of the binutils subdirectory. adds 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 new 0c56b5cfb6 PR24125, Assertion failure with embedded NULs in string new 0417426340 Automatic date update in version.in
The 2 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/fr.po | 2991 +++++++++-------- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/po/fr.po | 3573 +++++++++++---------- binutils/po/pt.po | 3529 ++++++++++---------- gas/ChangeLog | 6 + gas/read.c | 2 - gdb/ChangeLog | 215 ++ 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/compile/compile-cplus-types.c | 3 +- gdb/compile/gcc-c-plugin.h | 2 + gdb/corelow.c | 3 - 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/nat/aarch64-linux.c | 2 +- gdb/nto-procfs.c | 8 +- gdb/objfiles.h | 4 +- gdb/procfs.c | 6 +- gdb/python/py-arch.c | 1 - gdb/python/py-bpevent.c | 1 - gdb/python/py-cmd.c | 1 - gdb/python/py-continueevent.c | 1 - gdb/python/py-event.h | 1 - gdb/python/py-evtregistry.c | 1 - gdb/python/py-finishbreakpoint.c | 1 - gdb/python/py-frame.c | 1 - gdb/python/py-framefilter.c | 1 - gdb/python/py-function.c | 1 - gdb/python/py-infevents.c | 1 - gdb/python/py-linetable.c | 1 - gdb/python/py-objfile.c | 1 - gdb/python/py-param.c | 1 - gdb/python/py-prettyprint.c | 1 - gdb/python/py-progspace.c | 1 - gdb/python/py-symbol.c | 1 - gdb/python/py-symtab.c | 1 - gdb/python/py-type.c | 1 - gdb/python/py-unwind.c | 1 - gdb/python/py-utils.c | 1 - gdb/python/py-value.c | 1 - gdb/python/py-varobj.c | 1 - gdb/python/py-xmethods.c | 1 - gdb/python/python.c | 1 - gdb/record-full.c | 2 +- gdb/regcache.c | 34 +- gdb/remote-fileio.h | 1 + gdb/remote.c | 26 +- gdb/source-cache.h | 10 +- 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/tui/tui-wingeneral.h | 2 + gdb/ui-out.h | 8 +- gdb/utils.c | 17 - gdb/utils.h | 1 - gdb/varobj.c | 1 - include/ChangeLog | 4 + include/coff/ecoff.h | 2 + ld/ChangeLog | 5 + ld/ld.texi | 3 + opcodes/ChangeLog | 4 + opcodes/po/pt_BR.po | 652 ++-- 81 files changed, 6700 insertions(+), 5529 deletions(-) create mode 100644 gdb/common/forward-scope-exit.h create mode 100644 gdb/common/scope-exit.h