diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2002-01-14 20:09:52 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-01-14 20:09:52 +0000 |
commit | 0975678f079e492fec38e1625c493579f4efa581 (patch) | |
tree | 40de5738dfaa0e6dd55dc519a40978adc1cb453a /gcc/doc/sourcebuild.texi | |
parent | 969815c71e073e2d32b1ae48dea4bed89c51de65 (diff) | |
download | gcc-0975678f079e492fec38e1625c493579f4efa581.zip gcc-0975678f079e492fec38e1625c493579f4efa581.tar.gz gcc-0975678f079e492fec38e1625c493579f4efa581.tar.bz2 |
extend.texi: Move documentation of X86 built-in functions here.
* doc/extend.texi: Move documentation of X86 built-in functions
here.
* doc/invoke.texi: From here.
* doc/sourcebuild.texi: Document location of documentation for
machine built-in functions.
From-SVN: r48842
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index b18f7f2..d073a1b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -692,9 +692,8 @@ enumerated in the manual. Documentation in @file{gcc/doc/extend.texi} for any target-specific pragmas supported. @item -Documentation of any target-specific built-in functions supported. -FIXME: where should this documentation be? For MMX built-in functions -it is currently in @file{gcc/doc/invoke.texi}. +Documentation in @file{gcc/doc/extend.texi} of any target-specific +built-in functions supported. @item Documentation in @file{gcc/doc/md.texi} of any target-specific constraint letters (@pxref{Machine Constraints, , Constraints for |