* cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use

x86-64 for display.
This commit is contained in:
Andreas Jaeger
2001-11-14 12:01:58 +00:00
parent fa405d97a1
commit 58a3581362
2 changed files with 9 additions and 4 deletions

View File

@@ -44,8 +44,8 @@ const bfd_arch_info_type bfd_x86_64_arch_intel_syntax =
8, /* 8 bits in a byte */
bfd_arch_i386,
bfd_mach_x86_64_intel_syntax,
"x86_64:intel",
"x86_64:intel",
"x86-64:intel",
"x86-64:intel",
3,
true,
bfd_default_compatible,
@@ -75,8 +75,8 @@ const bfd_arch_info_type bfd_x86_64_arch =
8, /* 8 bits in a byte */
bfd_arch_i386,
bfd_mach_x86_64,
"x86_64",
"x86_64",
"x86-64",
"x86-64",
3,
true,
bfd_default_compatible,