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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 27eea7ff8e Automatic date update in version.in adds 4c6ee6465a PR25351 .ARM.attributes not found for symbol adds 030a2e78ac ubsan: z8k: index 10 out of bounds for type 'unsigned int co [...] adds f1f28025c3 Make the assembler generate an error if there is an attempt [...] adds 915808f652 Document the fact that the assembler's alignment pseudo-ops [...] adds 43816ebc33 Remove some explicit memory management from dwarf2read.c adds 421d161623 Use unique_xmalloc_ptr in fixup_go_packaging adds 6dfa2fc207 Use std::vector in abbrev_table_read_table adds 456e800a63 Use std::string in dwarf2read.c adds 6a053cb1ff Change section_offsets to a std::vector adds 482556efed Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elflink.c | 5 + bfd/version.h | 2 +- gas/ChangeLog | 23 ++++ gas/config/obj-elf.c | 12 ++ gas/config/tc-z8k.c | 4 +- gas/doc/as.texi | 21 ++-- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/pr14891.d | 2 + gas/testsuite/gas/elf/pr14891.l | 3 + gas/testsuite/gas/elf/pr14891.s | 6 + gdb/ChangeLog | 103 ++++++++++++++++ gdb/amd64-windows-tdep.c | 4 +- gdb/coff-pe-read.c | 2 +- gdb/coffread.c | 30 ++--- gdb/ctfread.c | 2 +- gdb/dbxread.c | 30 +++-- gdb/dtrace-probe.c | 4 +- gdb/dwarf2-frame.c | 7 +- gdb/dwarf2read.c | 252 ++++++++++++++++------------------------ gdb/hppa-bsd-tdep.c | 3 +- gdb/hppa-tdep.c | 2 +- gdb/ia64-tdep.c | 2 +- gdb/machoread.c | 7 +- gdb/mdebugread.c | 24 ++-- gdb/mipsread.c | 4 +- gdb/objfiles.c | 65 ++++------- gdb/objfiles.h | 8 +- gdb/psympriv.h | 9 +- gdb/psymtab.c | 3 +- gdb/remote.c | 12 +- gdb/solib-aix.c | 22 ++-- gdb/solib-dsbt.c | 11 +- gdb/solib-frv.c | 11 +- gdb/solib-svr4.c | 14 +-- gdb/solib-target.c | 16 ++- gdb/stabsread.h | 2 +- gdb/stap-probe.c | 3 +- gdb/symfile.c | 76 ++++-------- gdb/symfile.h | 5 +- gdb/symmisc.c | 3 +- gdb/symtab.c | 14 +-- gdb/symtab.h | 25 +--- gdb/xcoffread.c | 24 ++-- opcodes/ChangeLog | 12 ++ opcodes/z8k-dis.c | 13 ++- opcodes/z8k-opc.h | 6 +- opcodes/z8kgen.c | 6 +- 48 files changed, 456 insertions(+), 465 deletions(-) create mode 100644 gas/testsuite/gas/elf/pr14891.d create mode 100644 gas/testsuite/gas/elf/pr14891.l create mode 100644 gas/testsuite/gas/elf/pr14891.s