summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/elf64-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/elf64-gen.c')
-rw-r--r--binutils-2.25/bfd/elf64-gen.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils-2.25/bfd/elf64-gen.c b/binutils-2.25/bfd/elf64-gen.c
index 1b0dadeb..d8afcfa3 100644
--- a/binutils-2.25/bfd/elf64-gen.c
+++ b/binutils-2.25/bfd/elf64-gen.c
@@ -1,6 +1,5 @@
/* Generic support for 64-bit ELF
- Copyright 1993, 1995, 1998, 1999, 2001, 2002, 2004, 2005, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -87,9 +86,9 @@ elf64_generic_link_add_symbols (bfd *abfd, struct bfd_link_info *info)
return bfd_elf_link_add_symbols (abfd, info);
}
-#define TARGET_LITTLE_SYM bfd_elf64_little_generic_vec
+#define TARGET_LITTLE_SYM elf64_le_vec
#define TARGET_LITTLE_NAME "elf64-little"
-#define TARGET_BIG_SYM bfd_elf64_big_generic_vec
+#define TARGET_BIG_SYM elf64_be_vec
#define TARGET_BIG_NAME "elf64-big"
#define ELF_ARCH bfd_arch_unknown
#define ELF_MACHINE_CODE EM_NONE