summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-24 23:51:36 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-24 23:51:36 +0000
commit640f409399078d9ce47167d0ecab2ba093e5f6e2 (patch)
tree8aa13f03dea20338f8cfa8686d5a88b8cc5ff83b /gdb/elfread.c
parentcdd476f8690254fd8e3dda07fabc16e21ada4e5e (diff)
downloadgdb-640f409399078d9ce47167d0ecab2ba093e5f6e2.tar.gz
Obsolete m88k.
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r--gdb/elfread.c13
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
{