Generalize DWARF2 and COFF support.

This commit is contained in:
Nick Clifton
2000-12-08 22:50:07 +00:00
parent 88496bb5c6
commit 51db370890
17 changed files with 283 additions and 215 deletions

View File

@@ -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