* 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.
This commit is contained in:
Jeff Law
1994-06-27 06:45:35 +00:00
parent bfe2f12bd0
commit 6a86fa489b
4 changed files with 26 additions and 136 deletions

View File

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