mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
* configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native. * elf_x86_64.sh (ARCH): Set to i386:x86-64 set libraries to default to lib64 paths.
This commit is contained in:
@@ -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",
|
||||
"i386:intel",
|
||||
"i386: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",
|
||||
"i386",
|
||||
"i386:x86-64",
|
||||
3,
|
||||
true,
|
||||
bfd_default_compatible,
|
||||
|
||||
Reference in New Issue
Block a user