X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmipsread.c;h=2c11873d4449ce6021335f833779c0f82ecf3355;hb=6a053cb1ff643cec3349d7f2f47ae5573f82d613;hp=d7f2aa44b3f97f8adbf691fb23cbc817a40bd4b1;hpb=456e800a63def18484f69a51f59c2338a5cc4568;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mipsread.c b/gdb/mipsread.c index d7f2aa44b3..2c11873d44 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -43,7 +43,6 @@ static void read_alphacoff_dynamic_symtab (minimal_symbol_reader &, - struct section_offsets *, struct objfile *objfile); /* Initialize anything that needs initializing when a completely new @@ -84,7 +83,7 @@ mipscoff_symfile_read (struct objfile *objfile, symfile_add_flags symfile_flags) /* Add alpha coff dynamic symbols. */ - read_alphacoff_dynamic_symtab (reader, objfile->section_offsets, objfile); + read_alphacoff_dynamic_symtab (reader, objfile); /* Install any minimal symbols that have been collected as the current minimal symbols for this objfile. */ @@ -174,7 +173,6 @@ alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) static void read_alphacoff_dynamic_symtab (minimal_symbol_reader &reader, - struct section_offsets *section_offsets, struct objfile *objfile) { bfd *abfd = objfile->obfd;