* cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use
authorAndreas Jaeger <aj@suse.de>
Wed, 14 Nov 2001 12:01:58 +0000 (12:01 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 14 Nov 2001 12:01:58 +0000 (12:01 +0000)
x86-64 for display.

bfd/ChangeLog
bfd/cpu-i386.c

index cca7f01..15cfb1c 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-14  Andreas Jaeger  <aj@suse.de>
+
+       * cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use
+       x86-64 for display.
+
 2001-11-14  Jakub Jelinek  <jakub@redhat.com>
 
        * dwarf2.c (struct line_head) [total_length]: Change type to
index 860d91a..8619fbf 100644 (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,