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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 81e6b8eb20 Make tui-winsource not use breakpoint_chain adds 953cff5630 Change gcc_target_options to return std::string adds 96b49c5ec0 Rename pid -> tid in windows-nat.c adds 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 new b17fcc1039 [gdb/testsuite] Fix regexp for reg value in jit-reader.exp new 03e1ab9424 [gdb/testsuite] Fix local-static.exp with g++-4.8 new 745ff14e6e [gdb/tdep] Fix 'Unexpected register class' assert in amd64_p [...] new d10eccaa72 [gdb/tdep] Fix inferior call arg passing for amd64 new cbbbc402e0 libctf: mark swap.h inline functions as static
The 5 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 | 114 ++ gdb/Makefile.in | 2 - gdb/aarch64-linux-tdep.c | 4 +- gdb/aarch64-tdep.c | 2 - gdb/ada-lang.c | 1 - gdb/ada-lang.h | 1 - gdb/amd64-tdep.c | 117 ++- gdb/arch-utils.c | 7 +- gdb/arch-utils.h | 2 +- gdb/arm-linux-tdep.c | 4 +- gdb/arm-tdep.c | 2 - gdb/ax.h | 2 - gdb/breakpoint.h | 1 - gdb/charset.c | 1 - gdb/compile/compile.c | 2 +- gdb/cp-support.h | 1 - gdb/dtrace-probe.c | 1 - gdb/dwarf2read.c | 62 +- gdb/dwarf2read.h | 44 +- gdb/extension.h | 1 - gdb/gdb_bfd.c | 1 - gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/gdbserver/ChangeLog | 8 + gdb/gdbserver/Makefile.in | 3 - 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/nios2-tdep.c | 4 +- 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/rust-exp.y | 1 - gdb/s390-tdep.c | 4 +- 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/windows-nat.c | 12 +- gdb/xml-support.h | 1 - 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 +- 83 files changed, 670 insertions(+), 1654 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h