This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from 9457d59e9d Automatic date update in version.in adds 11c19d73c3 gdb: testsuite: remove attach test from can_spawn_for_attach adds a7e6a19e87 gdb: testsuite: add new gdb_attach to check "attach" command adds 5b5442fbf0 gdb: testsuite: use gdb_attach to fix attach-pie-noexec.exp adds f629ad7dac gdb: testsuite: use gdb_attach to fix jit-elf.exp adds b8466ab5e5 Only .so files are used in libcollector. Remove the other files. adds b3446f947b gas: retain whitespace between strings adds 36e2d65d26 ELF32: don't silently truncate relocation addends adds 7992631e8c gas/Dwarf: improve debug info generation from .irp and alike blocks adds 47513fab28 gas/Dwarf5: drop dead code adds 8728bc3d87 gas/Dwarf5: adjust .debug_line file 0 checking adds 1740425885 gas/Dwarf5: re-use file 0 line string table entry when fakin [...]
No new revisions were added by this update.
Summary of changes: bfd/elfcode.h | 13 +++++ gas/app.c | 6 +-- gas/doc/as.texi | 21 ++++++++ gas/dwarf2dbg.c | 47 ++++++++-------- gas/input-scrub.c | 9 ++-- gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/all/macro.l | 25 +++++++++ gas/testsuite/gas/all/macro.s | 16 ++++++ gas/testsuite/gas/elf/dwarf-5-irp.d | 80 ++++++++++++++++++++++++++++ gas/testsuite/gas/elf/dwarf-5-irp.s | 31 +++++++++++ gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/i386/ilp32/ilp32.exp | 1 + gas/testsuite/gas/i386/ilp32/reloc-2.l | 4 ++ gas/testsuite/gas/i386/ilp32/reloc-2.s | 7 +++ gas/testsuite/gas/i386/ilp32/reloc64.d | 3 +- gas/testsuite/gas/i386/ilp32/reloc64.l | 14 ++--- gas/testsuite/gas/i386/ilp32/reloc64.s | 3 +- gdb/testsuite/gdb.base/attach-pie-noexec.exp | 5 +- gdb/testsuite/gdb.base/jit-elf.exp | 24 ++++++--- gdb/testsuite/lib/gdb.exp | 72 +++++++++++-------------- gprofng/libcollector/Makefile.am | 4 +- gprofng/libcollector/Makefile.in | 4 +- 22 files changed, 300 insertions(+), 92 deletions(-) create mode 100644 gas/testsuite/gas/all/macro.l create mode 100644 gas/testsuite/gas/all/macro.s create mode 100644 gas/testsuite/gas/elf/dwarf-5-irp.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-irp.s create mode 100644 gas/testsuite/gas/i386/ilp32/reloc-2.l create mode 100644 gas/testsuite/gas/i386/ilp32/reloc-2.s