From: hjl Date: Tue, 17 Mar 2009 00:27:35 +0000 (+0000) Subject: 2009-03-16 H.J. Lu X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=ff8d1746611ecb9da51ca6744707408f269fb32f;hp=2078a46a899af3281e7fc078ecffdf61963b0def 2009-03-16 H.J. Lu * doc/extend.texi: Replace x86_65 with x86_64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144897 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44b6795a7bf..6edb3a66338 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 H.J. Lu + + * doc/extend.texi: Replace x86_65 with x86_64. + 2009-03-16 Jakub Jelinek PR tree-optimization/39455 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 3d93010a54a..4739eaf95c8 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