This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b8466ab5e50 Only .so files are used in libcollector. Remove the other files. new b3446f947bd gas: retain whitespace between strings new 36e2d65d266 ELF32: don't silently truncate relocation addends new 7992631e8c0 gas/Dwarf: improve debug info generation from .irp and alik [...] new 47513fab28e gas/Dwarf5: drop dead code new 8728bc3d87b gas/Dwarf5: adjust .debug_line file 0 checking new 17404258855 gas/Dwarf5: re-use file 0 line string table entry when faki [...]
The 6 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: 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 +- 17 files changed, 242 insertions(+), 41 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