Use struct bfd_seclet * rather than bfd_seclet_type in prototypes to
authorIan Lance Taylor <ian@airs.com>
Sun, 10 Jan 1993 20:35:41 +0000 (20:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 10 Jan 1993 20:35:41 +0000 (20:35 +0000)
avoid requiring seclet.h before libcoff.h.

bfd/coffcode.h
bfd/libcoff-in.h
bfd/libcoff.h

index fe3fe0fff0d958772094fc7b492fd347eebde60f..288464701f6895a32ebd1a03ad24cdccc0d91632 100644 (file)
@@ -557,7 +557,7 @@ dependent COFF routines
 .       struct internal_syment *sym));
 . void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
 .       bfd     *abfd,
-.       bfd_seclet_type *seclet,
+.       struct bfd_seclet *seclet,
 .       arelent *reloc,
 .       bfd_byte *data,
 .       unsigned int *src_ptr,
index 12616c99dd70af4b443ea1484852ce6e2b1dd71d..c164c059613c490e6a2645d00947e1bba28a120c 100644 (file)
@@ -104,9 +104,9 @@ extern boolean bfd_coff_reloc16_relax_section PARAMS ((bfd *,
                                                       asection *,
                                                       asymbol **));
 extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
-  PARAMS ((bfd *, bfd_seclet_type *, bfd_byte *));
+  PARAMS ((bfd *, struct bfd_seclet *, bfd_byte *));
 extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
-                                                  bfd_seclet_type *));
+                                                  struct bfd_seclet *));
 
 /* And more taken from the source .. */
 
index ee4f4713032e014c2fbe6a2aee1d499c7fc247d1..01effe6fa3f113ef14b6e5aa93c8c08211e3af67 100644 (file)
@@ -104,9 +104,9 @@ extern boolean bfd_coff_reloc16_relax_section PARAMS ((bfd *,
                                                       asection *,
                                                       asymbol **));
 extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
-  PARAMS ((bfd *, bfd_seclet_type *, bfd_byte *));
+  PARAMS ((bfd *, struct bfd_seclet *, bfd_byte *));
 extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
-                                                  bfd_seclet_type *));
+                                                  struct bfd_seclet *));
 
 /* And more taken from the source .. */
 
@@ -252,7 +252,7 @@ typedef struct
        struct internal_syment *sym));
  void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
        bfd     *abfd,
-       bfd_seclet_type *seclet,
+       struct bfd_seclet *seclet,
        arelent *reloc,
        bfd_byte *data,
        unsigned int *src_ptr,