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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 55dfc88f7e Use %x when printing the TID adds ae6400219c gdb: Remove use of VEC from dwarf2read.c adds 0dc327459b gdb: Remove vec.{c,h} and update code to not include vec.h adds 791b7405f4 gdb: Update comments that reference VEC or vec.h adds 00975ff6eb gdb/gdbserver: Remove reference to vec-ipa.o adds d9f06fca19 Automatic date update in version.in adds 8ef6decbc1 qsort: tc-xtensa.c tidy adds dfde93ab8c genscripts comment tidy adds 12234dfd5f Fix potential illegal memory access when disassembling corru [...] adds 22216541c1 PR13616, linker should pad executable sections with nops, not zeros adds b17fcc1039 [gdb/testsuite] Fix regexp for reg value in jit-reader.exp adds 03e1ab9424 [gdb/testsuite] Fix local-static.exp with g++-4.8 adds 745ff14e6e [gdb/tdep] Fix 'Unexpected register class' assert in amd64_p [...] adds d10eccaa72 [gdb/tdep] Fix inferior call arg passing for amd64 adds cbbbc402e0 libctf: mark swap.h inline functions as static adds fec4e896d6 Create xml-builtin.h to declare xml_builtins new ff371ec999 Add initial compile command support to RISC-V port.
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 | 8 + bfd/cpu-powerpc.c | 39 +- bfd/linker.c | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/config/tc-xtensa.c | 48 +- gdb/ChangeLog | 105 ++ gdb/Makefile.in | 3 +- gdb/aarch64-tdep.c | 2 - gdb/ada-lang.c | 1 - gdb/ada-lang.h | 1 - gdb/amd64-tdep.c | 117 ++- gdb/arm-tdep.c | 2 - gdb/ax.h | 2 - gdb/breakpoint.h | 1 - gdb/charset.c | 1 - gdb/cp-support.h | 1 - gdb/dtrace-probe.c | 1 - gdb/dwarf2read.c | 62 +- gdb/dwarf2read.h | 44 +- gdb/extension.h | 1 - gdb/features/feature_to_c.sh | 2 + gdb/gdb_bfd.c | 1 - gdb/gdbserver/ChangeLog | 13 + gdb/gdbserver/Makefile.in | 3 - gdb/gdbserver/server.c | 4 +- gdb/gdbsupport/gdb_vecs.h | 2 - gdb/gdbsupport/vec.c | 118 --- gdb/gdbsupport/vec.h | 1150 --------------------- gdb/gdbthread.h | 1 - gdb/guile/scm-type.c | 1 - gdb/inline-frame.c | 1 - gdb/linespec.c | 5 +- gdb/machoread.c | 1 - gdb/make-target-delegates | 4 +- gdb/memattr.c | 1 - gdb/memrange.c | 4 - gdb/memrange.h | 2 - gdb/namespace.c | 4 +- gdb/namespace.h | 1 - gdb/nat/linux-btrace.h | 1 - gdb/objc-lang.c | 2 +- gdb/osdata.c | 1 - gdb/parser-defs.h | 1 - gdb/ppc-linux-nat.c | 6 +- gdb/probe.h | 2 +- gdb/progspace.h | 1 - gdb/python/py-type.c | 1 - gdb/record-btrace.c | 1 - gdb/riscv-tdep.c | 56 + gdb/rust-exp.y | 1 - gdb/solib-target.c | 1 - gdb/stap-probe.c | 1 - gdb/target-descriptions.c | 1 - gdb/target-memory.c | 1 - gdb/target.h | 3 +- gdb/testsuite/ChangeLog | 21 + gdb/testsuite/gdb.base/infcall-nested-structs.exp | 14 - gdb/testsuite/gdb.base/jit-reader.exp | 41 +- gdb/testsuite/gdb.cp/local-static.exp | 40 +- gdb/varobj.c | 8 +- gdb/varobj.h | 3 +- gdb/{ctfread.h => xml-builtin.h} | 13 +- gdb/xml-support.c | 3 +- gdb/xml-support.h | 6 - include/ChangeLog | 5 + include/bfdlink.h | 4 + ld/ChangeLog | 17 + ld/emulparams/elf64lppc.sh | 1 - ld/emulparams/elf64ppc.sh | 1 - ld/genscripts.sh | 95 +- ld/ldemul.c | 23 + ld/ldwrite.c | 91 +- libctf/ChangeLog | 4 + libctf/swap.h | 6 +- opcodes/ChangeLog | 10 + opcodes/rx-dis.c | 97 +- 77 files changed, 712 insertions(+), 1641 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h copy gdb/{ctfread.h => xml-builtin.h} (75%)