This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 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 [...] adds 131a355fbc Update the list of recognized m-profile TAG_CPU_ARCH_*
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/arm-tdep.c | 3 ++ gprofng/libcollector/Makefile.am | 4 +- gprofng/libcollector/Makefile.in | 4 +- 20 files changed, 251 insertions(+), 43 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