bfd target vector rationalisation
[deliverable/binutils-gdb.git] / bfd / elf32-mcore.c
index 3981bb8273fc049ffed89a7e5c329c7fb61703af..903d37966aa65aaef69f095274b67fb88f37e866 100644 (file)
@@ -648,9 +648,9 @@ static const struct bfd_elf_special_section mcore_elf_special_sections[]=
   { NULL,                     0,  0, 0,            0 }
 };
 
-#define TARGET_BIG_SYM         bfd_elf32_mcore_big_vec
+#define TARGET_BIG_SYM         mcore_elf32_be_vec
 #define TARGET_BIG_NAME                "elf32-mcore-big"
-#define TARGET_LITTLE_SYM       bfd_elf32_mcore_little_vec
+#define TARGET_LITTLE_SYM       mcore_elf32_le_vec
 #define TARGET_LITTLE_NAME      "elf32-mcore-little"
 
 #define ELF_ARCH               bfd_arch_mcore
This page took 0.024279 seconds and 4 git commands to generate.