| Index: bfd/bfd-in2.h
|
| diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
|
| index 82f265ef636b12b2b8b45139406dfad90383718d..f497f1d7e3a10619172f257ce0f015a56d8f3fd5 100644
|
| --- a/bfd/bfd-in2.h
|
| +++ b/bfd/bfd-in2.h
|
| @@ -1928,6 +1928,10 @@ enum bfd_architecture
|
| 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 */
|
|
|