diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-02 16:47:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-02 16:47:14 +0000 |
commit | e1164c83ae6ba7319b0809112e972deb56608c44 (patch) | |
tree | 96c8f5ea64bf0129a7b6feb80ca97be6a551999e /gdb/paread.c | |
parent | ead1a4084e8a290215ffaecf770e1f04faf5d681 (diff) | |
download | gdb-e1164c83ae6ba7319b0809112e972deb56608c44.zip gdb-e1164c83ae6ba7319b0809112e972deb56608c44.tar.gz gdb-e1164c83ae6ba7319b0809112e972deb56608c44.tar.bz2 |
* paread.c (pa_symtab_read): Change comments to say ignoring
labels really should be handled by the assembler/compiler.
Diffstat (limited to 'gdb/paread.c')
-rw-r--r-- | gdb/paread.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/paread.c b/gdb/paread.c index 11246ff..93b70ad 100644 --- a/gdb/paread.c +++ b/gdb/paread.c @@ -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] == '$')) |