diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
commit | 640f409399078d9ce47167d0ecab2ba093e5f6e2 (patch) | |
tree | 8aa13f03dea20338f8cfa8686d5a88b8cc5ff83b /gdb/elfread.c | |
parent | cdd476f8690254fd8e3dda07fabc16e21ada4e5e (diff) | |
download | gdb-640f409399078d9ce47167d0ecab2ba093e5f6e2.tar.gz |
Obsolete m88k.
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r-- | gdb/elfread.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c index 9b0718e1d40..7d37297c5f4 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -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 { |