summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/elf32-mcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/elf32-mcore.c')
-rw-r--r--binutils-2.25/bfd/elf32-mcore.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/binutils-2.25/bfd/elf32-mcore.c b/binutils-2.25/bfd/elf32-mcore.c
index 28ee2c49..903d3796 100644
--- a/binutils-2.25/bfd/elf32-mcore.c
+++ b/binutils-2.25/bfd/elf32-mcore.c
@@ -1,6 +1,5 @@
/* Motorola MCore specific support for 32-bit ELF
- Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -458,12 +457,12 @@ mcore_elf_relocate_section (bfd * output_bfd,
}
else
{
- bfd_boolean unresolved_reloc, warned;
+ bfd_boolean unresolved_reloc, warned, ignored;
RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
r_symndx, symtab_hdr, sym_hashes,
h, sec, relocation,
- unresolved_reloc, warned);
+ unresolved_reloc, warned, ignored);
}
if (sec != NULL && discarded_section (sec))
@@ -649,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