* paread.c (pa_symtab_read): Change comments to say ignoring
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 16:47:14 +0000 (16:47 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 16:47:14 +0000 (16:47 +0000)
labels really should be handled by the assembler/compiler.

gdb/paread.c

index 11246ff72becc568817debfc80bea1bb234891cf..93b70adf951b93e7b8c37feeb7383cf20f169d89 100644 (file)
@@ -188,7 +188,9 @@ pa_symtab_read (abfd, addr, objfile)
                 the assembler and/or compiler, to save space in the
                 executable (and because having GDB make gross
                 distinctions based on the name is kind of ugly), but
-                until then, just ignore them.  */
+                until then, just ignore them.  ("L$" at least, has something
+                to do with getting relocation correct, so that one might
+                be hard to fix).  */
              if (*symname == 'L'
                  && (symname[1] == '$' || symname[2] == '$' 
                      || symname[3] == '$'))