forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user