This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from b7be2d03fb [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp adds ed481f9799 Simplify power of two test adds 779f2ae733 PR25100, Compile fails in elf64-ppc.c because of single equa [...] adds 9a73315161 remove more xmalloc in bfd adds ba18312d8f s390: Fix infcalls passing a single-field struct with static [...] adds 9b142ddb4a m68hc1x: better arg checking for reloc_warning adds 95da600f40 Change iterate_over_breakpoints to take a function_view adds 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 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 adds ff371ec999 Add initial compile command support to RISC-V port. adds 950b74950f DWARF reader: Reject sections with invalid sizes adds 17bfe554b9 Allow not saving the signal state in SIGSETJMP adds 7ff5fae704 gdb/testsuite: Allow cc-with-tweaks board file to be used wi [...] adds 0b54364d92 gdb/fortran: Add test for module variables in 'info variable [...] new 611fa2f46c Automatic date update in version.in
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 | 34 + bfd/bfd.c | 2 +- bfd/cpu-powerpc.c | 39 +- bfd/elf32-arm.c | 5 +- bfd/elf32-m68hc1x.c | 112 +- bfd/elf32-nds32.c | 5 +- bfd/elf64-ppc.c | 4 +- bfd/linker.c | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 13 + gas/config/tc-nds32.c | 12 +- gas/config/tc-xtensa.c | 48 +- gdb/ChangeLog | 171 +++ gdb/Makefile.in | 3 +- 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.c | 7 +- gdb/breakpoint.h | 6 +- gdb/charset.c | 1 - gdb/compile/compile.c | 2 +- gdb/cp-support.c | 19 +- gdb/cp-support.h | 1 - gdb/dtrace-probe.c | 1 - gdb/dummy-frame.c | 15 +- gdb/dwarf2read.c | 71 +- gdb/dwarf2read.h | 44 +- gdb/extension.h | 1 - gdb/features/feature_to_c.sh | 2 + gdb/gdb_bfd.c | 1 - gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/gdbserver/ChangeLog | 13 + gdb/gdbserver/Makefile.in | 3 - gdb/gdbserver/server.c | 4 +- gdb/gdbsupport/gdb_setjmp.h | 6 +- gdb/gdbsupport/gdb_vecs.h | 2 - gdb/gdbsupport/vec.c | 118 --- gdb/gdbsupport/vec.h | 1150 --------------------- gdb/gdbthread.h | 1 - gdb/guile/scm-breakpoint.c | 16 +- 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-breakpoint.c | 15 +- gdb/python/py-finishbreakpoint.c | 18 +- gdb/python/py-type.c | 1 - gdb/record-btrace.c | 1 - gdb/riscv-tdep.c | 56 + gdb/rust-exp.y | 1 - gdb/s390-tdep.c | 25 +- gdb/solib-svr4.c | 10 +- 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 | 30 + gdb/testsuite/boards/cc-with-tweaks.exp | 10 + 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/testsuite/gdb.fortran/module.exp | 24 + gdb/tui/tui-winsource.c | 11 +- gdb/varobj.c | 8 +- gdb/varobj.h | 3 +- gdb/windows-nat.c | 12 +- 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 +- 105 files changed, 1054 insertions(+), 1783 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h copy gdb/{ctfread.h => xml-builtin.h} (75%)