* remote-es.c (es1800_child_ops): Don't declare it static.
[deliverable/binutils-gdb.git] / bfd / libelf.h
index 838df6c0a91e11fcae674375fcce482d6642cff7..b0143a1b232931b39d592e0ae94039e23b656966 100644 (file)
@@ -57,7 +57,7 @@ typedef struct
   union
     {
       unsigned int hppa_arg_reloc;
-      struct ecoff_extr *mips_extr;
+      PTR mips_extr;
       PTR any;
     }
   tc_data;
@@ -109,7 +109,7 @@ struct elf_backend_data
      permit the backend to set any global information it wishes.  When
      this is called elf_elfheader is set, but anything else should be
      used with caution.  If this returns false, the check_format
-     routine will return a wrong_format error.  */
+     routine will return a bfd_error_wrong_format error.  */
   boolean (*elf_backend_object_p) PARAMS ((bfd *));
 
   /* A function to do additional symbol processing when reading the
@@ -241,7 +241,8 @@ extern bfd_reloc_status_type bfd_elf_generic_reloc PARAMS ((bfd *,
                                                            asymbol *,
                                                            PTR,
                                                            asection *,
-                                                           bfd *));
+                                                           bfd *,
+                                                           char **));
 extern boolean bfd_elf_mkobject PARAMS ((bfd *));
 extern Elf_Internal_Shdr *bfd_elf_find_section PARAMS ((bfd *, char *));
 
This page took 0.022915 seconds and 4 git commands to generate.