_bfd_clear_contents bounds checking
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index e53b255dad1dac0097ff9f2a03a64d01fef40184..f6d9565f0345375b1d510cc0f7bcb1139d152afe 100644 (file)
@@ -697,8 +697,8 @@ extern bfd_reloc_status_type _bfd_relocate_contents
   (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *) ATTRIBUTE_HIDDEN;
 
 /* Clear a given location using a given howto.  */
-extern void _bfd_clear_contents
-  (reloc_howto_type *, bfd *, asection *, bfd_byte *) ATTRIBUTE_HIDDEN;
+extern bfd_reloc_status_type _bfd_clear_contents
+  (reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma) ATTRIBUTE_HIDDEN;
 
 /* Link stabs in sections in the first pass.  */
 
This page took 0.036586 seconds and 4 git commands to generate.