aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-03-18 16:43:25 +0000
committerFred Fish <fnf@specifix.com>1992-03-18 16:43:25 +0000
commitb0246b3bece330a13b5ddaba60686c550ec553d1 (patch)
treed2897f2d8d2d3e8d2403fa9f46b66c9935e52418 /gdb/symfile.h
parentafbdd10672f1c5bf0403c1d174fd2a9e0aaadd9a (diff)
downloadfsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.zip
fsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.gz
fsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.bz2
Changes to implement the -mapped and -readnow options for commands that
read symbol tables.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index c0fdf4f..6dbd2d7 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -251,7 +251,7 @@ extern struct symtab *
allocate_symtab PARAMS ((char *, struct objfile *));
extern struct objfile *
-allocate_objfile PARAMS ((bfd *, char *, int));
+allocate_objfile PARAMS ((bfd *, int));
extern void
free_objfile PARAMS ((struct objfile *));