diff options
author | Nick Clifton <nickc@redhat.com> | 2019-07-23 17:54:32 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-07-23 17:54:32 +0100 |
commit | 2e8136f9453e21414cc328d025bec33218176b66 (patch) | |
tree | 1608639bfca684cdf5472614631f609007f1ab25 /binutils/dwarf.c | |
parent | 19889a58358ec7f6981c9b20b9541bcb95a839bf (diff) | |
download | gdb-2e8136f9453e21414cc328d025bec33218176b66.zip gdb-2e8136f9453e21414cc328d025bec33218176b66.tar.gz gdb-2e8136f9453e21414cc328d025bec33218176b66.tar.bz2 |
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.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index f86e20d..519f9cc 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -3296,7 +3296,6 @@ process_debug_info (struct dwarf_section * section, if (! do_loc && do_printing) /* Show the offset from where the tag was extracted. */ printf (" <%lx>", (unsigned long)(tags - section_begin)); - tags = read_and_display_attr (attr->attribute, attr->form, attr->implicit_const, |