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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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. new 950b74950f DWARF reader: Reject sections with invalid sizes
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 | 36 +++++++ gdb/Makefile.in | 1 + gdb/amd64-tdep.c | 117 +++++++++++++--------- gdb/dwarf2read.c | 9 ++ gdb/features/feature_to_c.sh | 2 + gdb/gdbserver/ChangeLog | 9 ++ gdb/gdbserver/Makefile.in | 1 - gdb/gdbserver/server.c | 4 +- gdb/riscv-tdep.c | 56 +++++++++++ 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/{ctfread.h => xml-builtin.h} | 13 ++- gdb/xml-support.c | 3 +- gdb/xml-support.h | 5 - 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 +++++++++++++++--- 34 files changed, 569 insertions(+), 265 deletions(-) copy gdb/{ctfread.h => xml-builtin.h} (75%)