Tue Jul 26 18:20:46 1994 Paul Flinders (ptf@smee)
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 67ce6086dac7bab19ae37371194a7c8ad0ddb3ce..2a9c39273f4e02b4a6986bfb172715ead1730282 100644 (file)
@@ -386,7 +386,10 @@ elf_symtab_read (abfd, addr, objfile, dynamic)
                    {
                      ms_type = mst_text;
                    }
-                 else if (sym->name[0] == '.' && sym->name[1] == 'L')
+                 else if ((sym->name[0] == '.' && sym->name[1] == 'L')
+                          || ((sym -> flags & BSF_LOCAL)
+                              && sym->name[0] == 'L'
+                              && 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
This page took 0.02264 seconds and 4 git commands to generate.