Revert previous change. Not obvious.

This commit is contained in:
Andrew Cagney
2002-09-19 03:58:41 +00:00
parent 3b4efeaa2d
commit 389e51db10
20 changed files with 55 additions and 247 deletions

View File

@@ -349,13 +349,7 @@ elf_symtab_read (struct objfile *objfile, int dynamic)
}
else if (sym->section->flags & SEC_CODE)
{
if (sym->name[0] == '.'
&& (strncmp (sym->name + 1, "objc_", 4) == 0))
{
/* Looks like an Objective-C special symbol */
continue;
}
else if (sym->flags & BSF_GLOBAL)
if (sym->flags & BSF_GLOBAL)
{
ms_type = mst_text;
}