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 a602f924c8 Better make rule for arch/ files built for IPA new dda8d76d0d Add support to readelf and objdump for following links to se [...]
The 1 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: binutils/ChangeLog | 94 + binutils/NEWS | 8 + binutils/doc/binutils.texi | 91 +- binutils/doc/debug.options.texi | 141 ++ binutils/dwarf.c | 946 ++++++--- binutils/dwarf.h | 44 +- binutils/elfcomm.c | 10 +- binutils/elfcomm.h | 10 +- binutils/objdump.c | 74 +- binutils/readelf.c | 2424 +++++++++++++----------- binutils/testsuite/binutils-all/debuglink.s | 67 + binutils/testsuite/binutils-all/dw5.W | 2 +- binutils/testsuite/binutils-all/linkdebug.s | 54 + binutils/testsuite/binutils-all/objdump.WK2 | 25 + binutils/testsuite/binutils-all/objdump.WL | 2 +- binutils/testsuite/binutils-all/objdump.Wk | 8 + binutils/testsuite/binutils-all/objdump.exp | 83 + binutils/testsuite/binutils-all/readelf.exp | 32 + binutils/testsuite/binutils-all/readelf.k | 7 + gas/ChangeLog | 17 + gas/testsuite/gas/avr/large-debug-line-table.d | 2 +- gas/testsuite/gas/elf/dwarf2-11.d | 2 +- gas/testsuite/gas/elf/dwarf2-12.d | 2 +- gas/testsuite/gas/elf/dwarf2-13.d | 2 +- gas/testsuite/gas/elf/dwarf2-14.d | 2 +- gas/testsuite/gas/elf/dwarf2-15.d | 2 +- gas/testsuite/gas/elf/dwarf2-16.d | 2 +- gas/testsuite/gas/elf/dwarf2-17.d | 2 +- gas/testsuite/gas/elf/dwarf2-18.d | 2 +- gas/testsuite/gas/elf/dwarf2-5.d | 2 +- gas/testsuite/gas/elf/dwarf2-6.d | 2 +- gas/testsuite/gas/elf/dwarf2-7.d | 2 +- ld/ChangeLog | 6 + ld/testsuite/ld-avr/gc-section-debugline.d | 2 +- 34 files changed, 2676 insertions(+), 1495 deletions(-) create mode 100644 binutils/doc/debug.options.texi create mode 100644 binutils/testsuite/binutils-all/debuglink.s create mode 100644 binutils/testsuite/binutils-all/linkdebug.s create mode 100644 binutils/testsuite/binutils-all/objdump.WK2 create mode 100644 binutils/testsuite/binutils-all/objdump.Wk create mode 100644 binutils/testsuite/binutils-all/readelf.k