mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Obsolete m88k.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user