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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from d2cd411356 gdb/riscv: fix decode of c.sdsp instruction adds dd80eb2cff Skip IFUNC relocations in debug sections ignored by ld.so. [...] adds 9519b2eea0 Make c-exp.y:name_obstack static adds 88f07206fa Use htab_up in auto-load.c adds c1fb98360c Use htab_up in breakpoint.c adds 32580f6d2e Use htab_up in completion_tracker adds 99032cfcc6 Use htab_up in filename_seen_cache adds 7a8a5d47c3 Use htab_up in linespec.c adds eb53f10555 Use htab_up in target-descriptions.c adds fa9b11648c Use htab_up in typedef_hash_table adds 6108fd1823 Use htab_up in type copying adds 280a9412e4 Use htab_up in dwarf2/read.c adds 0363df3db7 Fix ctrl-c when debugging WOW64 processes adds c1e1314d00 Change management of tdesc_arch_data adds c8b188085d gdb.base/find.exp C++ify adds 73e18ac9da gdb.base/display.exp C++ify adds 52bb090268 gdb.base/break.exp C++ify adds 52626c5826 gdb.base/nested-addr.{c,exp} C++ify adds 11fac33796 gdb.base/examine-backward.exp C++ify and Clang adds 18a25b6481 gdb.base/printcmds.c C++-ify adds 151fdbad7a gdb.base/watchpoint.{c,exp} adds c3e5138dcc gdb.base/charset.{c,exp} C++ify adds 0a229804ab gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify adds 81f904895e gdb.mi/var-cmd.c C++ify adds d4bcee5ccc gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify adds a83cdcb636 gdb.python/py-nested-maps.exp C++ify adds a8129512f6 gdb.base/{prologue,symbol-alias}.exp C++ify adds 3a5eeb8b63 gdb.base/share-env-with-gdbserver.exp C++ify adds ef0cdbc16f gdb.base/sizeof.exp C++ify adds 0640a54339 gdb.python/py-as-string.exp C++ify adds dd23068d52 gdb.python/py-frame-inline.exp and C++ adds 7474326cb9 gdb.cp/call-c.exp C++ify adds aab4ab8972 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elfxx-sparc.c | 20 ++- bfd/version.h | 2 +- gdb/ChangeLog | 116 ++++++++++++++ gdb/aarch64-tdep.c | 19 +-- gdb/arc-tdep.c | 17 +- gdb/arm-tdep.c | 61 +++---- gdb/auto-load.c | 41 ++--- gdb/breakpoint.c | 12 +- gdb/c-exp.y | 2 +- gdb/compile/compile-object-run.c | 6 +- gdb/completer.c | 29 ++-- gdb/completer.h | 4 +- gdb/dwarf2/read.c | 20 ++- gdb/filename-seen-cache.c | 17 +- gdb/filename-seen-cache.h | 5 +- gdb/gdbtypes.c | 10 +- gdb/gdbtypes.h | 2 +- gdb/guile/scm-type.c | 7 +- gdb/i386-tdep.c | 10 +- gdb/linespec.c | 30 ++-- gdb/m68k-tdep.c | 26 +-- gdb/microblaze-tdep.c | 15 +- gdb/mips-tdep.c | 74 ++++----- gdb/nds32-tdep.c | 14 +- gdb/nios2-tdep.c | 13 +- gdb/or1k-tdep.c | 11 +- gdb/python/py-type.c | 10 +- gdb/riscv-tdep.c | 19 +-- gdb/rs6000-tdep.c | 184 ++++++++-------------- gdb/rx-tdep.c | 13 +- gdb/s390-tdep.c | 10 +- gdb/sparc-tdep.c | 17 +- gdb/target-descriptions.c | 33 ++-- gdb/target-descriptions.h | 22 ++- gdb/testsuite/ChangeLog | 105 ++++++++++++ gdb/testsuite/gdb.base/break.exp | 50 +++--- gdb/testsuite/gdb.base/charset.c | 7 +- gdb/testsuite/gdb.base/charset.exp | 12 +- gdb/testsuite/gdb.base/display.exp | 3 + gdb/testsuite/gdb.base/examine-backward.c | 7 +- gdb/testsuite/gdb.base/examine-backward.exp | 7 +- gdb/testsuite/gdb.base/exprs.c | 4 +- gdb/testsuite/gdb.base/find.c | 3 +- gdb/testsuite/gdb.base/find.exp | 3 + gdb/testsuite/gdb.base/nested-addr.c | 2 +- gdb/testsuite/gdb.base/nested-addr.exp | 2 +- gdb/testsuite/gdb.base/printcmds.c | 6 +- gdb/testsuite/gdb.base/prologue.c | 6 + gdb/testsuite/gdb.base/prologue.exp | 2 +- gdb/testsuite/gdb.base/ptype.c | 8 +- gdb/testsuite/gdb.base/ptype1.c | 2 +- gdb/testsuite/gdb.base/setvar.c | 4 +- gdb/testsuite/gdb.base/share-env-with-gdbserver.c | 2 +- gdb/testsuite/gdb.base/sizeof.c | 2 +- gdb/testsuite/gdb.base/symbol-alias.exp | 2 +- gdb/testsuite/gdb.base/symbol-alias2.c | 6 + gdb/testsuite/gdb.base/watchpoint.c | 4 +- gdb/testsuite/gdb.base/watchpoint.exp | 4 +- gdb/testsuite/gdb.base/whatis.c | 4 +- gdb/testsuite/gdb.cp/call-c-1.c | 3 + gdb/testsuite/gdb.mi/var-cmd.c | 2 +- gdb/testsuite/gdb.python/py-as-string.c | 2 +- gdb/testsuite/gdb.python/py-frame-inline.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter-mi.c | 4 +- gdb/testsuite/gdb.python/py-framefilter.c | 8 +- gdb/testsuite/gdb.python/py-nested-maps.c | 44 +++--- gdb/tic6x-tdep.c | 40 ++--- gdb/typeprint.c | 29 ++-- gdb/typeprint.h | 4 +- gdb/value.c | 11 +- gdb/windows-nat.c | 35 +++- 72 files changed, 725 insertions(+), 613 deletions(-)