mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* stabs.texinfo (String Field): Discuss continuing stabs with ?.
This commit is contained in:
@ -282,7 +282,9 @@ except the string field. The string field of every stab except the last
|
||||
is marked as continued with a backslash at the end (in the assembly code
|
||||
this may be written as a double backslash, depending on the assembler).
|
||||
Removing the backslashes and concatenating the string fields of each
|
||||
stab produces the original, long string.
|
||||
stab produces the original, long string. Just to be incompatible (or so
|
||||
they don't have to worry about what the assembler does with
|
||||
backslashes), AIX can use @samp{?} instead of backslash.
|
||||
|
||||
@node C Example
|
||||
@section A Simple Example in C Source
|
||||
|
Reference in New Issue
Block a user