mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
gas/doc: mention quoted symbol names
This commit is contained in:
@ -3856,7 +3856,10 @@ Symbol names begin with a letter or with one of @samp{._}. On most
|
||||
machines, you can also use @code{$} in symbol names; exceptions are
|
||||
noted in @ref{Machine Dependencies}. That character may be followed by any
|
||||
string of digits, letters, dollar signs (unless otherwise noted for a
|
||||
particular target machine), and underscores.
|
||||
particular target machine), and underscores. These restrictions do not
|
||||
apply when quoting symbol names by @samp{"}, which is permitted for most
|
||||
targets. Escaping characters in quoted symbol names with @samp{\} generally
|
||||
extends only to @samp{\} itself and @samp{"}, at the time of writing.
|
||||
@end ifclear
|
||||
@ifset SPECIAL-SYMS
|
||||
@ifset H8
|
||||
|
Reference in New Issue
Block a user