diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-08 22:50:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-08 22:50:07 +0000 |
commit | 51db370890a1d637175ce846053ca32e3e5a519e (patch) | |
tree | 458fd7fb2d8e363e6f2067212d3686db60fccf71 /bfd/elf-bfd.h | |
parent | 88496bb5c69c7702ab2016f0d1997caf1042cbdb (diff) | |
download | gdb-51db370890a1d637175ce846053ca32e3e5a519e.zip gdb-51db370890a1d637175ce846053ca32e3e5a519e.tar.gz gdb-51db370890a1d637175ce846053ca32e3e5a519e.tar.bz2 |
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 574411c..d88e4a3 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -877,7 +877,7 @@ struct elf_obj_tdata struct dwarf1_debug *dwarf1_find_line_info; /* A place to stash dwarf2 info for this bfd. */ - struct dwarf2_debug *dwarf2_find_line_info; + PTR dwarf2_find_line_info; /* An array of stub sections indexed by symbol number, used by the MIPS ELF linker. FIXME: We should figure out some way to only |