aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 01:43:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 01:43:59 +0000
commit2731625a564e7c5134aae47bb0a6dffa8f4b7896 (patch)
tree6adeb25e197dce9f84d0a1ff846a35bf8406c3f2 /gdb/buildsym.h
parent514774942d0a546735f0f0a3ebc134c97c9477cc (diff)
downloadgdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.zip
gdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.tar.gz
gdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.tar.bz2
* buildsym.h: Remove declaration of dbxread.c functions.
* stabsread.h: Group together dbxread.c functions. Move elfstab_build_psymtabs here from symfile.h. Declare pastab_build_psymtabs. * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init declaration, etc).
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index c788e11..e034863 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -251,18 +251,6 @@ record_line PARAMS ((struct subfile *, int, CORE_ADDR));
extern void
start_symtab PARAMS ((char *, char *, CORE_ADDR));
-extern struct partial_symtab *
-start_psymtab PARAMS ((struct objfile *, struct section_offsets *, char *,
- CORE_ADDR, int, struct partial_symbol *,
- struct partial_symbol *));
-
-extern void
-end_psymtab PARAMS ((struct partial_symtab *, char **, int, int, CORE_ADDR,
- struct partial_symtab **, int));
-
-extern void
-process_one_symbol PARAMS ((int, int, CORE_ADDR, char *,
- struct section_offsets *, struct objfile *));
extern int
hashname PARAMS ((char *));