* hpread.c (hpread_start_psymtab): Remove unnecessary extern.
This commit is contained in:
parent
79fcd0ece5
commit
5d15052e9d
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-04 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* hpread.c (hpread_start_psymtab): Remove unnecessary extern.
|
||||||
|
|
||||||
2007-01-04 Joel Brobecker <brobecker@adacore.com>
|
2007-01-04 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* hpread.c (hpread_type_lookup): Fix compilation failure.
|
* hpread.c (hpread_type_lookup): Fix compilation failure.
|
||||||
|
|
|
@ -2385,7 +2385,6 @@ hpread_start_psymtab (struct objfile *objfile, char *filename,
|
||||||
struct partial_symbol **static_syms)
|
struct partial_symbol **static_syms)
|
||||||
{
|
{
|
||||||
int offset = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
|
int offset = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
|
||||||
extern void hpread_psymtab_to_symtab ();
|
|
||||||
struct partial_symtab *result =
|
struct partial_symtab *result =
|
||||||
start_psymtab_common (objfile, objfile->section_offsets,
|
start_psymtab_common (objfile, objfile->section_offsets,
|
||||||
filename, textlow, global_syms, static_syms);
|
filename, textlow, global_syms, static_syms);
|
||||||
|
|
Loading…
Add table
Reference in a new issue