From: Peter Johnson Date: Wed, 11 Jun 2003 02:49:03 +0000 (-0000) Subject: Rename x86-64 to AMD64 in description, as per AMD name change. X-Git-Tag: v0.3.0~6^2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ce14f3f4869fd499f7175d7609f924a0f5bda7;p=yasm Rename x86-64 to AMD64 in description, as per AMD name change. TBD: separation of x86 arch into x86 and amd64 archs? svn path=/trunk/yasm/; revision=979 --- diff --git a/modules/arch/x86/x86arch.c b/modules/arch/x86/x86arch.c index 2dffc56f..1e0d0117 100644 --- a/modules/arch/x86/x86arch.c +++ b/modules/arch/x86/x86arch.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$IdPath: yasm/modules/arch/x86/x86arch.c,v 1.23 2003/03/31 05:36:29 peter Exp $"); +/*@unused@*/ RCSID("$IdPath$"); #define YASM_LIB_INTERNAL #include @@ -200,7 +200,7 @@ yasm_x86__parse_seg_override(yasm_effaddr *ea, unsigned long segreg, /* Define arch structure -- see arch.h for details */ yasm_arch yasm_x86_LTX_arch = { - "x86 (IA-32, x86-64)", + "x86 (IA-32, AMD64)", "x86", x86_initialize, x86_cleanup,