* cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use
x86-64 for display.
This commit is contained in:
parent
fa405d97a1
commit
58a3581362
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue