diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-13 12:39:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-13 12:39:33 +0000 |
commit | 7ed92d25b8a1a1e31c2b3dfd99177ab5252c46d8 (patch) | |
tree | de59f2aedb8a71750b1ceed1d1ff5c3c3f03f3c9 /gcc/invoke.texi | |
parent | 3735d0a0cda4955735a2970fb5417e73d0ed3bfe (diff) | |
download | gcc-7ed92d25b8a1a1e31c2b3dfd99177ab5252c46d8.tar.gz |
* invoke.texi(-fno-builtin): Explain that the names of built-in
functions begin with `__builtin_', not `__'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 1d249303a33..8056b8478bb 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -671,8 +671,8 @@ other, C++-specific, extension keywords such as @code{headof}. @findex strcmp @findex strcpy @findex strlen -Don't recognize builtin functions that do not begin with two leading -underscores. Currently, the functions affected include @code{abort}, +Don't recognize builtin functions that do not begin with `__builtin_' +as prefix. Currently, the functions affected include @code{abort}, @code{abs}, @code{alloca}, @code{cos}, @code{exit}, @code{fabs}, @code{ffs}, @code{labs}, @code{memcmp}, @code{memcpy}, @code{sin}, @code{sqrt}, @code{strcmp}, @code{strcpy}, and @code{strlen}. |