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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from d8b2f9e333 gdb: use std::vector instead of alloca in core_target::get_c [...] adds 9a6d629ccf gdb/tui: Place window titles in the center of the border adds 0cac9354bf gdb: use gdb::byte_vector instead of std::vector<char> in co [...] adds 18a8505e38 Dwarf 5: Handle debug_str_offsets and indexed attributes tha [...] adds d93c6db74b gdb/testsuite: Allow DWARF assembler to create multiple line tables adds 44e4c7757a gdb: Handle malformed ELF, symbols in non-allocatable sections adds b959e62a55 Automatic date update in version.in adds ca1eaac0ed ubsan: z8k: left shift cannot be represented in type 'int' adds 8ab484c23b ubsan: alpha-vms: segv adds ef4e5ba50c som: Don't loop forever reading symbol chains adds 7a6bf3becb Fix various assembler testsuite failures for the Z80 target. adds 7da6a5b938 Fix/Update misc comments adds e44925ae56 x86: Updated align branch tests for Darwin and i686-pc-elf adds 717c684dd1 Make skip without argument skip the current inline function
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 + bfd/som.c | 13 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 20 +- bfd/vms.h | 2 +- gas/ChangeLog | 40 +++ gas/config/tc-z80.c | 68 ++++- gas/config/tc-z80.h | 1 - gas/doc/as.texi | 85 ++----- gas/doc/c-z80.texi | 139 +++++++--- gas/testsuite/gas/i386/align-branch-1a.d | 22 +- gas/testsuite/gas/i386/align-branch-1b.d | 22 +- gas/testsuite/gas/i386/align-branch-1c.d | 22 +- gas/testsuite/gas/i386/align-branch-1d.d | 22 +- gas/testsuite/gas/i386/align-branch-1e.d | 22 +- gas/testsuite/gas/i386/align-branch-1f.d | 22 +- gas/testsuite/gas/i386/align-branch-1g.d | 22 +- gas/testsuite/gas/i386/align-branch-1h.d | 22 +- gas/testsuite/gas/i386/align-branch-1i.d | 22 +- gas/testsuite/gas/i386/align-branch-5.d | 6 +- gas/testsuite/gas/i386/i386.exp | 8 +- gas/testsuite/gas/i386/x86-64-align-branch-1a.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1b.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1c.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1d.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1e.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1f.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1g.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1h.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-1i.d | 20 +- gas/testsuite/gas/i386/x86-64-align-branch-5.d | 8 +- gas/testsuite/gas/z80/ez80_pref_dis.d | 34 +++ gas/testsuite/gas/z80/ez80_pref_dis.s | 8 + gas/testsuite/gas/z80/fp_math48.d | 2 +- gas/testsuite/gas/z80/fp_zeda32.d | 2 +- gas/testsuite/gas/z80/strings.d | 14 +- gas/testsuite/gas/z80/z80.exp | 2 + gdb/ChangeLog | 85 +++++++ gdb/arm-nbsd-nat.c | 2 +- gdb/corelow.c | 2 +- gdb/cris-tdep.c | 2 +- gdb/dwarf2read.c | 320 +++++++++++++++++------- gdb/dwarf2read.h | 1 + gdb/elfread.c | 13 +- gdb/gdbcore.h | 2 +- gdb/inf-ptrace.c | 8 +- gdb/infrun.c | 8 +- gdb/linux-nat.c | 9 +- gdb/linux-nat.h | 4 +- gdb/skip.c | 17 +- gdb/symfile.h | 1 + gdb/testsuite/ChangeLog | 20 ++ gdb/testsuite/gdb.base/skip-inline.exp | 14 ++ gdb/testsuite/gdb.dwarf2/dw2-bad-elf-other.S | 29 +++ gdb/testsuite/gdb.dwarf2/dw2-bad-elf.c | 21 ++ gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 183 ++++++++++++++ gdb/testsuite/lib/dwarf.exp | 2 + gdb/testsuite/lib/tuiterm.exp | 17 +- gdb/tui/tui-wingeneral.c | 4 +- gdb/xcoffread.c | 1 + ld/ChangeLog | 4 + ld/testsuite/ld-i386/align-branch-1.d | 8 +- opcodes/ChangeLog | 11 + opcodes/z80-dis.c | 2 +- opcodes/z8k-dis.c | 16 +- 65 files changed, 1190 insertions(+), 461 deletions(-) create mode 100644 gas/testsuite/gas/z80/ez80_pref_dis.d create mode 100644 gas/testsuite/gas/z80/ez80_pref_dis.s create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-bad-elf-other.S create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-bad-elf.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp