2007-06-06 Markus Deuling <deuling@de.ibm.com>

* gdbarch.sh (COFF_MAKE_MSYMBOL_SPECIAL): Replace by
	gdbarch_coff_make_msymbol_special.
	* coffread.c (coff_symtab_read): Likewise.
	* gdbarch.sh (ELF_MAKE_MSYMBOL_SPECIAL): Replace by
	gdbarch_elf_make_msymbol_special.
	* elfread.c (elf_symtab_read): Likewise.
	* mips-tdep.c (mips_elf_make_msymbol_special): Likewise (comment).
	* sh64-tdep.c (MSYMBOL_IS_SPECIAL): Likewise (comment).
	* gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
Ulrich Weigand
2007-06-06 15:32:25 +00:00
parent 39e8369ecf
commit 95f1da47fa
8 changed files with 20 additions and 32 deletions

View File

@@ -410,7 +410,7 @@ elf_symtab_read (struct objfile *objfile, int dynamic,
if (msym != NULL)
msym->filename = filesymname;
#endif
ELF_MAKE_MSYMBOL_SPECIAL (sym, msym);
gdbarch_elf_make_msymbol_special (current_gdbarch, sym, msym);
}
}
}