summaryrefslogtreecommitdiff
path: root/bfd/pei-i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pei-i386.c')
-rw-r--r--bfd/pei-i386.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/pei-i386.c b/bfd/pei-i386.c
index f252e30de6b..70e369f598b 100644
--- a/bfd/pei-i386.c
+++ b/bfd/pei-i386.c
@@ -21,12 +21,12 @@
#include "sysdep.h"
#include "bfd.h"
-#define TARGET_SYM i386_pei_vec
-#define TARGET_NAME "pei-i386"
+#define TARGET_SYM i386_pei_vec
+#define TARGET_NAME "pei-i386"
#define COFF_IMAGE_WITH_PE
#define COFF_WITH_PE
-#define PCRELOFFSET TRUE
-#define TARGET_UNDERSCORE '_'
+#define PCRELOFFSET TRUE
+#define TARGET_UNDERSCORE '_'
/* Long section names not allowed in executable images, only object files. */
#define COFF_LONG_SECTION_NAMES 0
#define COFF_SUPPORT_GNU_LINKONCE