]> granicus.if.org Git - yasm/commitdiff
Rename x86-64 to AMD64 in description, as per AMD name change.
authorPeter Johnson <peter@tortall.net>
Wed, 11 Jun 2003 02:49:03 +0000 (02:49 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 11 Jun 2003 02:49:03 +0000 (02:49 -0000)
TBD: separation of x86 arch into x86 and amd64 archs?

svn path=/trunk/yasm/; revision=979

modules/arch/x86/x86arch.c

index 2dffc56faff9a9d92c1a63110c5f967af1ab7d14..1e0d0117a5126326fe43fb18f8776151d96ca90e 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@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 <libyasm.h>
@@ -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,