From: Andreas Jaeger Date: Wed, 14 Nov 2001 12:01:58 +0000 (+0000) Subject: * cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58a35813625d12f9f5e033cec8fbbf38a6e13df7;p=binutils-gdb.git * cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use x86-64 for display. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cca7f01481b..15cfb1ce50d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-11-14 Andreas Jaeger + + * cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use + x86-64 for display. + 2001-11-14 Jakub Jelinek * dwarf2.c (struct line_head) [total_length]: Change type to diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c index 860d91a34e7..8619fbf5694 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,