Obsolete m88k.

This commit is contained in:
Andrew Cagney
2002-07-24 23:51:36 +00:00
parent 37611a2b10
commit 7fb623f7ad
28 changed files with 3405 additions and 3380 deletions

View File

@@ -357,12 +357,13 @@ elf_symtab_read (struct objfile *objfile, int dynamic)
|| ((sym->flags & BSF_LOCAL)
&& sym->name[0] == '$'
&& sym->name[1] == 'L'))
/* Looks like a compiler-generated label. Skip it.
The assembler should be skipping these (to keep
executables small), but apparently with gcc on the
delta m88k SVR4, it loses. So to have us check too
should be harmless (but I encourage people to fix this
in the assembler instead of adding checks here). */
/* Looks like a compiler-generated label. Skip
it. The assembler should be skipping these (to
keep executables small), but apparently with
gcc on the (OBSOLETE) delta m88k SVR4, it
loses. So to have us check too should be
harmless (but I encourage people to fix this in
the assembler instead of adding checks here). */
continue;
else
{