Obsolete m88k.
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 9b0718e1d40af3a7241bfcd38da9c625a653b936..7d37297c5f414041d93b08bfba55958060837b91 100644 (file)
@@ -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
                    {
This page took 0.026744 seconds and 4 git commands to generate.