forked from Imagelibrary/binutils-gdb
Revert previous change. Not obvious.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user