summaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-02 11:34:36 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-02 11:34:36 +0000
commit5dd9099a78c68ed7236d05bc68577a5add112a94 (patch)
treeb4dea9f869f3c8b27e4eb2397f14f619e9e5964a /gdb/stabsread.h
parent74b9a75634ec6c99954a12193f069ecc0ae5f0b8 (diff)
downloadgdb-5dd9099a78c68ed7236d05bc68577a5add112a94.tar.gz
2009-12-02 Tristan Gingold <gingold@adacore.com>
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter. (dwarf2_build_psymtabs_hard): Ditto. (dwarf2_build_psymtabs): Ajust calls. * stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on the prototype. (coffstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on the definition. (elfstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * coffread.c (coff_symfile_read): Adjust call. * elfread.c (elf_symfile_read): Ditto. * somread.c (som_symfile_read): Ditto.
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 83458d1e13a..19cc8639c81 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -175,21 +175,18 @@ extern void process_one_symbol (int, int, CORE_ADDR, char *,
struct section_offsets *, struct objfile *);
extern void elfstab_build_psymtabs (struct objfile *objfile,
- int mainline,
asection *stabsect,
file_ptr stabstroffset,
unsigned int stabstrsize);
extern void coffstab_build_psymtabs
(struct objfile *objfile,
- int mainline,
CORE_ADDR textaddr, unsigned int textsize,
struct stab_section_list *stabs,
file_ptr stabstroffset, unsigned int stabstrsize);
-extern void stabsect_build_psymtabs
- (struct objfile *objfile,
- int mainline, char *stab_name, char *stabstr_name, char *text_name);
+extern void stabsect_build_psymtabs (struct objfile *objfile, char *stab_name,
+ char *stabstr_name, char *text_name);
extern void elfstab_offset_sections (struct objfile *,
struct partial_symtab *);