aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-06-27 06:45:35 +0000
committerJeff Law <law@redhat.com>1994-06-27 06:45:35 +0000
commit6a86fa489b7cb1048f9028ba674bd29da2537643 (patch)
tree7e8bc681d66fc2d8acb5f0c4d706355386dd9876 /gdb/stabsread.h
parentbfe2f12bd0318a10cfb25fc3530ce55d47190804 (diff)
downloadfsf-binutils-gdb-6a86fa489b7cb1048f9028ba674bd29da2537643.zip
fsf-binutils-gdb-6a86fa489b7cb1048f9028ba674bd29da2537643.tar.gz
fsf-binutils-gdb-6a86fa489b7cb1048f9028ba674bd29da2537643.tar.bz2
* somread.c: Simplify by using stabsect_build_psymtabs.
* dbxread.c (stabsect_build_psymtabs): New argument "text_name" corresponding to the name of the text section. All references changed. (somstab_build_psymtabs): Delete function, no longer needed.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index cc1e24b..a5a0de7 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -203,13 +203,10 @@ extern void stabsect_build_psymtabs
struct section_offsets *section_offsets,
int mainline,
char *stab_name,
- char *stabstr_name));
+ char *stabstr_name,
+ char *text_name));
extern void elfstab_offset_sections PARAMS ((struct objfile *,
struct partial_symtab *));
-extern void
-pastab_build_psymtabs PARAMS ((struct objfile *, struct section_offsets *,
- int));
-
#undef EXTERN