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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from b7e60d85da Eliminate fork_info::clobber_regs adds e2a035485a Remove cleanups from coffread.c adds 09e3c4ca13 Update two cleanup comments adds 9799571ecb Change displaced_step_clear_cleanup to a forward_scope_exit adds 32603266e5 C++ify remote notification code adds 37991b4f52 Remove last cleanup from gdbserver adds d01c587766 Remove cleanup from solib-svr4.c adds 2b6ff1c047 Remove last cleanups from solib-svr4.c adds 724127627f Remove last cleanup solib-aix.c adds 6cceac9414 Remove last cleanup from linux-namespaces.c adds 61b3009970 Remove last cleanups from stabsread.c adds c6321f19c5 Use unique_xmalloc_ptr in remote.c adds fe7b42e584 Remove basic cleanup code adds 0ccf4211fd Remove free_current_contents adds a7b1986e13 Use SCOPE_EXIT in write_gcore_file adds 2c5ebf1239 Automatic date update in version.in adds 7584bb30cf gdb: Move value_from_host_double into value.c and make more [...] adds fe72666741 Fix normal_stop latent bug adds 25629dfdb4 C++-ify bcache
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 182 +++++++++++++++++++++++++++++++ gdb/bcache.c | 238 +++++++++++++---------------------------- gdb/bcache.h | 112 +++++++++++++------ gdb/buildsym.c | 2 +- gdb/coffread.c | 115 ++++++-------------- gdb/common/cleanups.c | 160 +-------------------------- gdb/common/cleanups.h | 32 +----- gdb/common/common-exceptions.c | 20 +--- gdb/common/filestuff.c | 21 ---- gdb/common/filestuff.h | 4 - gdb/common/new-op.c | 2 - gdb/dbxread.c | 32 +++--- gdb/dwarf2read.c | 1 - gdb/elfread.c | 4 +- gdb/f-lang.c | 14 --- gdb/gcore.c | 20 +--- gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/server.c | 11 +- gdb/gdbthread.h | 2 +- gdb/gdbtypes.c | 31 +----- gdb/guile/scm-math.c | 16 +-- gdb/guile/scm-value.c | 3 +- gdb/inferior.h | 2 +- gdb/infrun.c | 33 +++--- gdb/macroexp.c | 1 - gdb/macrotab.c | 2 +- gdb/main.c | 8 -- gdb/nat/linux-namespaces.c | 41 +++---- gdb/objfiles.c | 4 - gdb/objfiles.h | 4 +- gdb/psymtab.c | 68 ++---------- gdb/psymtab.h | 11 +- gdb/python/py-value.c | 6 +- gdb/remote-notif.c | 42 ++------ gdb/remote-notif.h | 15 +-- gdb/remote.c | 89 +++++---------- gdb/solib-aix.c | 10 +- gdb/solib-svr4.c | 57 ++++------ gdb/stabsread.c | 82 ++++++-------- gdb/stabsread.h | 14 +-- gdb/symfile.c | 4 +- gdb/symmisc.c | 19 ++-- gdb/top.c | 2 +- gdb/utils.c | 29 ----- gdb/utils.h | 2 - gdb/value.c | 13 +++ gdb/value.h | 1 + 48 files changed, 593 insertions(+), 995 deletions(-)