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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 1b2e4380eb Automatic date update in version.in adds 6f3fe02b0b PowerPC: downgrade FP mismatch error for shared libraries to [...] adds 7c13f4e875 gdb: Restore old annotations behaviour when printing frame info adds 9392ebb3bb Remove obsolete declaration new 5e33d5f4e1 gdb: add type::num_fields / type::set_num_fields new 1f704f761b gdb: remove TYPE_NFIELDS macro new 3cabb6b069 gdb: add type::fields / type::set_fields new 80fc5e77f0 gdb: remove TYPE_FIELDS macro
The 4 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 | 7 ++ bfd/elf32-ppc.c | 45 +++++++---- gdb/ChangeLog | 41 ++++++++++ gdb/aarch64-tdep.c | 4 +- gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 109 +++++++++++++------------- gdb/ada-typeprint.c | 18 ++--- gdb/ada-valprint.c | 6 +- gdb/ada-varobj.c | 4 +- gdb/amd64-tdep.c | 6 +- gdb/annotate.c | 19 +++-- gdb/annotate.h | 16 +++- gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 6 +- gdb/buildsym.c | 9 ++- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 24 +++--- gdb/c-varobj.c | 6 +- gdb/coffread.c | 36 +++++---- gdb/compile/compile-c-symbols.c | 2 +- gdb/compile/compile-c-types.c | 10 +-- gdb/compile/compile-cplus-types.c | 8 +- gdb/compile/compile-object-load.c | 8 +- gdb/compile/compile-object-load.h | 1 - gdb/compile/compile-object-run.c | 10 +-- gdb/completer.c | 2 +- gdb/cp-valprint.c | 4 +- gdb/ctfread.c | 12 +-- gdb/d-valprint.c | 2 +- gdb/dwarf2/read.c | 89 ++++++++++----------- gdb/eval.c | 14 ++-- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 2 +- gdb/gdbtypes.c | 153 +++++++++++++++++++------------------ gdb/gdbtypes.h | 37 +++++++-- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 14 ++-- gdb/go-lang.c | 4 +- gdb/guile/scm-type.c | 14 ++-- gdb/i386-darwin-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/i386-windows-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/infcall.c | 8 +- gdb/iq2000-tdep.c | 4 +- gdb/m2-typeprint.c | 16 ++-- gdb/m2-valprint.c | 4 +- gdb/m32c-tdep.c | 2 +- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 28 +++---- gdb/mips-tdep.c | 34 ++++----- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 4 +- gdb/or1k-tdep.c | 2 +- gdb/p-lang.c | 4 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 2 +- gdb/ppc-sysv-tdep.c | 6 +- gdb/python/py-type.c | 8 +- gdb/riscv-tdep.c | 8 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 52 ++++++------- gdb/rx-tdep.c | 4 +- gdb/s390-tdep.c | 6 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 10 +-- gdb/source.c | 2 +- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 37 ++++----- gdb/stack.c | 23 +++++- gdb/symtab.c | 4 +- gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.base/annota1.exp | 4 +- gdb/testsuite/gdb.cp/annota2.exp | 9 +-- gdb/testsuite/gdb.cp/annota3.exp | 2 +- gdb/tic6x-tdep.c | 2 +- gdb/typeprint.c | 2 +- gdb/v850-tdep.c | 8 +- gdb/valops.c | 26 +++---- gdb/valprint.c | 4 +- gdb/windows-tdep.c | 6 +- gold/ChangeLog | 7 ++ gold/powerpc.cc | 42 ++++++---- 83 files changed, 674 insertions(+), 511 deletions(-)