Fix objdump's display of indirect strings in object files, which was broken by the...
authorNick Clifton <nickc@redhat.com>
Tue, 23 Jul 2019 16:54:32 +0000 (17:54 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Jul 2019 16:54:32 +0000 (17:54 +0100)
commit2e8136f9453e21414cc328d025bec33218176b66
tree1608639bfca684cdf5472614631f609007f1ab25
parent19889a58358ec7f6981c9b20b9541bcb95a839bf
Fix objdump's display of indirect strings in object files, which was broken by the link following code.

PR 24818
* objdump.c (is_relocateable): Delete.
(load_specific_debug_section): Test the abfd for relocations
directly, rather than relying upon is_relocateable.
(dump_dwarf): Delete initlialization of is_relocateable.
binutils/ChangeLog
binutils/dwarf.c
binutils/objdump.c
This page took 0.026029 seconds and 4 git commands to generate.