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-defconfig in repository toolchain/ci/binutils-gdb.
from 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 [...] adds 611fa2f46c Automatic date update in version.in adds befcd486f4 Constify objfile::original_name new a315e14713 PR29, Coreutils POSIX2_VERSION as 200112L
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: ChangeLog | 5 + bfd/ChangeLog | 8 ++ bfd/cpu-powerpc.c | 39 +++++++- bfd/linker.c | 4 +- bfd/version.h | 2 +- gdb/ChangeLog | 46 +++++++++ gdb/Makefile.in | 1 + gdb/amd64-tdep.c | 117 +++++++++++++--------- gdb/cp-support.c | 19 +++- gdb/dwarf2read.c | 9 ++ gdb/features/feature_to_c.sh | 2 + gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/server.c | 4 +- gdb/gdbsupport/gdb_setjmp.h | 6 +- gdb/objfiles.h | 2 +- gdb/riscv-tdep.c | 56 +++++++++++ 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/{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 | 9 ++ ld/emulparams/elf64lppc.sh | 1 - ld/emulparams/elf64ppc.sh | 1 - ld/ldemul.c | 23 +++++ ld/ldwrite.c | 91 +++++------------ libctf/ChangeLog | 4 + libctf/swap.h | 6 +- opcodes/ChangeLog | 10 ++ opcodes/rx-dis.c | 97 +++++++++++++++--- src-release.sh | 2 +- 37 files changed, 569 insertions(+), 189 deletions(-) copy gdb/{ctfread.h => xml-builtin.h} (75%)