summaryrefslogtreecommitdiff
path: root/bfd/cpu-i386.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-14 12:01:58 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-14 12:01:58 +0000
commit25aa3219ac2acf9eda3c793458212e3067f01c53 (patch)
treeaa263ce3519763e0547cd075f0d231beb514c948 /bfd/cpu-i386.c
parentbfee5923ebb066486ccd3102c7f15dc3c72490e5 (diff)
downloadbinutils-redhat-25aa3219ac2acf9eda3c793458212e3067f01c53.tar.gz
* cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use
x86-64 for display.
Diffstat (limited to 'bfd/cpu-i386.c')
-rw-r--r--bfd/cpu-i386.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c
index 860d91a34e..8619fbf569 100644
--- a/bfd/cpu-i386.c
+++ b/bfd/cpu-i386.c
@@ -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,