bfd/
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index ab11d2ffb214ce6b7fcfd0cdd93e2b6c81d5ace8..52172c1680fd40c64385684d95c3ea3614acce95 100644 (file)
@@ -375,7 +375,8 @@ extern bfd_boolean _bfd_generic_set_section_contents
 /* Routines to use for BFD_JUMP_TABLE_LINK for targets which do not
    support linking.  Use BFD_JUMP_TABLE_LINK (_bfd_nolink).  */
 
-#define _bfd_nolink_sizeof_headers ((int (*) (bfd *, bfd_boolean)) bfd_0)
+#define _bfd_nolink_sizeof_headers \
+  ((int (*) (bfd *, struct bfd_link_info *)) bfd_0)
 #define _bfd_nolink_bfd_get_relocated_section_contents \
   ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \
                   bfd_byte *, bfd_boolean, asymbol **)) \
This page took 0.028994 seconds and 4 git commands to generate.