diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44b6795..6edb3a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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 |
