aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpp.texi
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-11-16 07:19:47 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-11-16 07:19:47 -0500
commit09821b9769fc29ee76ba204f9d2151e94bd1b3b1 (patch)
tree55bf3956bd69887fda13059bbbd277c89d473d94 /gcc/cpp.texi
parentb4523ff4510be830683f9be7ee606be8fb213ce1 (diff)
downloadgcc-09821b9769fc29ee76ba204f9d2151e94bd1b3b1.zip
gcc-09821b9769fc29ee76ba204f9d2151e94bd1b3b1.tar.gz
gcc-09821b9769fc29ee76ba204f9d2151e94bd1b3b1.tar.bz2
Formerly cpp.texi.~25~
From-SVN: r13190
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r--gcc/cpp.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index c74b4b2..14884ee 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -974,14 +974,14 @@ but in the @samp{m68k-coff} environment it expands to the string
@item __USER_LABEL_PREFIX__
@findex __USER_LABEL_PREFIX__
-This macro expands to a string describing the prefix applied to
-user generated labels in assembler code. It can be used to write
-assembler code that is usable in multiple environments.
-For example, in the @samp{m68k-aout} environment it expands to the
-string @samp{"_"}, but in the @samp{m68k-coff} environment it expands
-to the string @samp{""}.
-This does not work with the -mno-underscores option that the i386/osfrose
-and m88k targets provide, and not with the -mcall* options of rs6000/sysv4 .
+This macro expands to a string describing the prefix applied to user
+generated labels in assembler code. It can be used to write assembler
+code that is usable in multiple environments. For example, in the
+@samp{m68k-aout} environment it expands to the string @samp{"_"}, but in
+the @samp{m68k-coff} environment it expands to the string @samp{""}.
+This does not work with the @samp{-mno-underscores} option that the
+i386 OSF/rose and m88k targets provide nor with the @samp{-mcall*} options
+of the rs6000 System V Release 4 target.
@end table
@node Nonstandard Predefined,, Standard Predefined, Predefined