forked from Imagelibrary/binutils-gdb
Generalize DWARF2 and COFF support.
This commit is contained in:
@@ -365,7 +365,8 @@ extern boolean _bfd_dwarf1_find_nearest_line
|
||||
/* Find the nearest line using DWARF 2 debugging information. */
|
||||
extern boolean _bfd_dwarf2_find_nearest_line
|
||||
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
|
||||
const char **, unsigned int *, unsigned int));
|
||||
const char **, unsigned int *, unsigned int,
|
||||
PTR *));
|
||||
|
||||
/* A routine to create entries for a bfd_link_hash_table. */
|
||||
extern struct bfd_hash_entry *_bfd_link_hash_newfunc
|
||||
|
||||
Reference in New Issue
Block a user