diff options
Diffstat (limited to 'bfd/pei-i386.c')
-rw-r--r-- | bfd/pei-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pei-i386.c b/bfd/pei-i386.c index d8ff085..e2c5291 100644 --- a/bfd/pei-i386.c +++ b/bfd/pei-i386.c @@ -25,7 +25,7 @@ #define TARGET_NAME "pei-i386" #define COFF_IMAGE_WITH_PE #define COFF_WITH_PE -#define PCRELOFFSET TRUE +#define PCRELOFFSET true #define TARGET_UNDERSCORE '_' /* Long section names not allowed in executable images, only object files. */ #define COFF_LONG_SECTION_NAMES 0 |