* 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 cca7f01481b454e987a4002fd91df5435cdc019d..15cfb1ce50df446fad60eac56eeb209c826295ba 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 860d91a34e780c1db40579db6666a273dc7796d9..8619fbf569460076af2b386a9d74c82c2f0848ec 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,