* bfd.c: Remove strerror() to libiberty.
[deliverable/binutils-gdb.git] / bfd / coff-a29k.c
index 169bdc814b6a30a93a27e7eede370eb39ed1e6b9..eb999a401054270da7d8ddc0a75079bbf63a5f04 100644 (file)
@@ -56,7 +56,7 @@ asymbol *symbol;
   return(relocation);
 }
 
-static bfd_reloc_status_enum_type
+static bfd_reloc_status_type
 a29k_reloc(abfd, reloc_entry, symbol_in, data, input_section)
 bfd *abfd;
 arelent *reloc_entry;
@@ -68,7 +68,7 @@ asection *input_section;
        static unsigned long part1_consth_value;
        unsigned long insn, value, sym_value; 
        unsigned short r_type;
-/*     bfd_reloc_status_enum_type result;*/
+/*     bfd_reloc_status_type result;*/
 /*     coff_symbol_type *cs = coffsymbol(symbol_in);*/
        
        r_type = reloc_entry->howto->type;
@@ -212,7 +212,7 @@ static reloc_howto_type howto_table[] =
 bfd_target a29kcoff_big_vec =
 {
   "coff-a29k-big",             /* name */
-  bfd_target_coff_flavour_enum,
+  bfd_target_coff_flavour,
   true,                                /* data byte order is big */
   true,                                /* header byte order is big */
 
This page took 0.024442 seconds and 4 git commands to generate.