Fix typo
[deliverable/binutils-gdb.git] / bfd / elf32-openrisc.c
index 54fd69c69995d094070aebf0d005e14957bca817..8199bf3d4e4f4bd8010ee18bd79f137dff83f55a 100644 (file)
@@ -40,9 +40,16 @@ static bfd_reloc_status_type openrisc_final_link_relocate
 static boolean openrisc_elf_gc_sweep_hook
   PARAMS ((bfd *, struct bfd_link_info *, asection *, 
            const Elf_Internal_Rela *));
-static asection *openrisc_elf_gc_mark_hook
+static asection * openrisc_elf_gc_mark_hook
   PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *,
           struct elf_link_hash_entry *, Elf_Internal_Sym *));
+static boolean openrisc_elf_check_relocs
+  PARAMS ((bfd *, struct bfd_link_info *, asection *,
+          const Elf_Internal_Rela *));
+static boolean openrisc_elf_object_p
+  PARAMS ((bfd *));
+static void openrisc_elf_final_write_processing
+  PARAMS ((bfd *, boolean));
 
 
 static reloc_howto_type openrisc_elf_howto_table[] =
@@ -631,6 +638,7 @@ openrisc_elf_final_write_processing (abfd, linker)
 
 #define ELF_ARCH                       bfd_arch_openrisc
 #define ELF_MACHINE_CODE               EM_OPENRISC
+#define ELF_MACHINE_ALT1               EM_OPENRISC_OLD
 #define ELF_MAXPAGESIZE                        0x1000
 
 #define TARGET_BIG_SYM                 bfd_elf32_openrisc_vec
This page took 0.024955 seconds and 4 git commands to generate.