aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-03-17 00:27:35 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2009-03-16 17:27:35 -0700
commitcdcabece30eef7d1906db9390cad07021e0ad178 (patch)
tree05595888357311bc3727cec8f643bf17797ebe9d /gcc/doc
parent926023ad31279fdac9f5837b8ef75d050e3e8ef9 (diff)
downloadgcc-cdcabece30eef7d1906db9390cad07021e0ad178.zip
gcc-cdcabece30eef7d1906db9390cad07021e0ad178.tar.gz
gcc-cdcabece30eef7d1906db9390cad07021e0ad178.tar.bz2
extend.texi: Replace x86_65 with x86_64.
2009-03-16 H.J. Lu <hongjiu.lu@intel.com> * doc/extend.texi: Replace x86_65 with x86_64. From-SVN: r144897
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 3d93010..4739eaf 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2553,7 +2553,7 @@ defined by shared libraries.
@cindex @code{ms_abi} attribute
@cindex @code{sysv_abi} attribute
-On 64-bit x86_65-*-* targets, you can use an ABI attribute to indicate
+On 64-bit x86_64-*-* targets, you can use an ABI attribute to indicate
which calling convention should be used for a function. The @code{ms_abi}
attribute tells the compiler to use the Microsoft ABI, while the
@code{sysv_abi} attribute tells the compiler to use the ABI used on