summaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
committerNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
commitc9cdc3388a034f956693d4aa77a8c8dcd7b5a1de (patch)
tree791f367e68a17ef7412cb90eeca514eecbaf09c5 /bfd/libbfd.h
parent21e8e769840ada3e5d87af2e626799029cfde390 (diff)
downloadgdb-c9cdc3388a034f956693d4aa77a8c8dcd7b5a1de.tar.gz
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index eea5661804e..797357536ac 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -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