mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
* paread.c (pa_symtab_read): Change comments to say ignoring
labels really should be handled by the assembler/compiler.
This commit is contained in:
@ -188,7 +188,9 @@ pa_symtab_read (abfd, addr, objfile)
|
|||||||
the assembler and/or compiler, to save space in the
|
the assembler and/or compiler, to save space in the
|
||||||
executable (and because having GDB make gross
|
executable (and because having GDB make gross
|
||||||
distinctions based on the name is kind of ugly), but
|
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'
|
if (*symname == 'L'
|
||||||
&& (symname[1] == '$' || symname[2] == '$'
|
&& (symname[1] == '$' || symname[2] == '$'
|
||||||
|| symname[3] == '$'))
|
|| symname[3] == '$'))
|
||||||
|
Reference in New Issue
Block a user