aboutsummaryrefslogtreecommitdiff
path: root/bfd/pe-x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pe-x86_64.c')
-rw-r--r--bfd/pe-x86_64.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/pe-x86_64.c b/bfd/pe-x86_64.c
index 5d03529..6774d37 100644
--- a/bfd/pe-x86_64.c
+++ b/bfd/pe-x86_64.c
@@ -23,16 +23,16 @@
#include "sysdep.h"
#include "bfd.h"
-#define TARGET_SYM x86_64_pe_vec
-#define TARGET_NAME "pe-x86-64"
+#define TARGET_SYM x86_64_pe_vec
+#define TARGET_NAME "pe-x86-64"
#define COFF_WITH_PE
#define COFF_WITH_pex64
#define COFF_WITH_PE_BIGOBJ
-#define PCRELOFFSET TRUE
+#define PCRELOFFSET TRUE
#if defined (USE_MINGW64_LEADING_UNDERSCORES)
-#define TARGET_UNDERSCORE '_'
+#define TARGET_UNDERSCORE '_'
#else
-#define TARGET_UNDERSCORE 0
+#define TARGET_UNDERSCORE 0
#endif
#define COFF_LONG_SECTION_NAMES
#define COFF_SUPPORT_GNU_LINKONCE