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 | 7fb623f7ad6de82eb44730ca15d863029eb767f0 (patch) | |
tree | 57aabf4fe379286539cce8456db33faef38d0e11 /gdb/elfread.c | |
parent | 37611a2b102505daefdae7cb47a60c84fb2a9a09 (diff) | |
download | gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.zip gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.gz gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.bz2 |
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 9b0718e..7d37297 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 { |