summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/pe-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/pe-arm.c')
-rw-r--r--binutils-2.25/bfd/pe-arm.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils-2.25/bfd/pe-arm.c b/binutils-2.25/bfd/pe-arm.c
index 909221f4..136fbf5c 100644
--- a/binutils-2.25/bfd/pe-arm.c
+++ b/binutils-2.25/bfd/pe-arm.c
@@ -1,6 +1,5 @@
/* BFD back-end for ARM PECOFF files.
- Copyright 1995, 1996, 1999, 2000, 2001, 2002, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -35,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