summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/elf32-fr30.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/elf32-fr30.c')
-rw-r--r--binutils-2.25/bfd/elf32-fr30.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/binutils-2.25/bfd/elf32-fr30.c b/binutils-2.25/bfd/elf32-fr30.c
index 3aed435d..022a0a9f 100644
--- a/binutils-2.25/bfd/elf32-fr30.c
+++ b/binutils-2.25/bfd/elf32-fr30.c
@@ -1,7 +1,5 @@
/* FR30-specific support for 32-bit ELF.
- Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2010, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -547,12 +545,12 @@ fr30_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);
name = h->root.root.string;
}
@@ -705,7 +703,7 @@ fr30_elf_check_relocs (bfd *abfd,
#define ELF_MACHINE_ALT1 EM_CYGNUS_FR30
#define ELF_MAXPAGESIZE 0x1000
-#define TARGET_BIG_SYM bfd_elf32_fr30_vec
+#define TARGET_BIG_SYM fr30_elf32_vec
#define TARGET_BIG_NAME "elf32-fr30"
#define elf_info_to_howto_rel NULL