| Index: bfd/archures.c
|
| diff --git a/bfd/archures.c b/bfd/archures.c
|
| index 3198436af0a78532ed175f83ca76e7c8b6e3b8c3..dad487937178cd6fbbc8483eb86ce3fd5994dfe4 100644
|
| --- a/bfd/archures.c
|
| +++ b/bfd/archures.c
|
| @@ -199,6 +199,10 @@ DESCRIPTION
|
| . bfd_arch_k1om, {* Intel K1OM *}
|
| .#define bfd_mach_k1om (1 << 6)
|
| .#define bfd_mach_k1om_intel_syntax (bfd_mach_k1om | bfd_mach_i386_intel_syntax)
|
| +.#define bfd_mach_i386_nacl (1 << 7)
|
| +.#define bfd_mach_i386_i386_nacl (bfd_mach_i386_i386 | bfd_mach_i386_nacl)
|
| +.#define bfd_mach_x86_64_nacl (bfd_mach_x86_64 | bfd_mach_i386_nacl)
|
| +.#define bfd_mach_x64_32_nacl (bfd_mach_x64_32 | bfd_mach_i386_nacl)
|
| . bfd_arch_we32k, {* AT&T WE32xxx *}
|
| . bfd_arch_tahoe, {* CCI/Harris Tahoe *}
|
| . bfd_arch_i860, {* Intel 860 *}
|
|
|