aboutsummaryrefslogtreecommitdiff
path: root/bfd/pe-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pe-arm.c')
-rw-r--r--bfd/pe-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/pe-arm.c b/bfd/pe-arm.c
index f73c1b4..136fbf5 100644
--- a/bfd/pe-arm.c
+++ b/bfd/pe-arm.c
@@ -34,9 +34,9 @@
#include "bfd.h"
#ifndef TARGET_LITTLE_SYM
-#define TARGET_LITTLE_SYM armpe_little_vec
+#define TARGET_LITTLE_SYM arm_pe_le_vec
#define TARGET_LITTLE_NAME "pe-arm-little"
-#define TARGET_BIG_SYM armpe_big_vec
+#define TARGET_BIG_SYM arm_pe_be_vec
#define TARGET_BIG_NAME "pe-arm-big"
#endif