This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: Replace x86_65 with x86_64
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 16 Mar 2009 17:26:55 -0700
- Subject: PATCH: Replace x86_65 with x86_64
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
I am checking in this patch.
H.J.
---
Index: doc/extend.texi
===================================================================
--- doc/extend.texi (revision 144896)
+++ doc/extend.texi (working copy)
@@ -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
Index: ChangeLog
===================================================================
--- ChangeLog (revision 144896)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/extend.texi: Replace x86_65 with x86_64.
+
2009-03-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/39455