diff options
Diffstat (limited to 'bfd/pei-arm.c')
-rw-r--r-- | bfd/pei-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pei-arm.c b/bfd/pei-arm.c index 009ae8e..7839ab7 100644 --- a/bfd/pei-arm.c +++ b/bfd/pei-arm.c @@ -30,7 +30,7 @@ #define COFF_IMAGE_WITH_PE #define COFF_WITH_PE -#define PCRELOFFSET TRUE +#define PCRELOFFSET TRUE /* Long section names not allowed in executable images, only object files. */ #define COFF_LONG_SECTION_NAMES 0 |