diff options
Diffstat (limited to 'bfd/hosts/i386mach.h')
-rw-r--r-- | bfd/hosts/i386mach.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h index 874ead4..13f5572 100644 --- a/bfd/hosts/i386mach.h +++ b/bfd/hosts/i386mach.h @@ -28,6 +28,8 @@ extern void EXFUN(free, (PTR)); #define HOST_TEXT_START_ADDR 0x10000 /* By inspection */ #define HOST_STACK_END_ADDR KERNBASE +#undef HOST_BIG_ENDIAN_P + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; |