Lint stuff which didn't make it last time
authorSteve Chamberlain <sac@cygnus>
Mon, 22 Jun 1992 16:07:05 +0000 (16:07 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 22 Jun 1992 16:07:05 +0000 (16:07 +0000)
bfd/coffcode.h
bfd/targets.c

index b37cdbb5fed32d9dcfc6f54093222ec69a0f4756..06b1b4ebeecdcd6e308b5bae2fb58b459560ebf8 100644 (file)
@@ -899,8 +899,8 @@ DEFUN(coff_swap_scnhdr_out,(abfd, in, out),
 */
 
 static          boolean
-DEFUN(coff_new_section_hook,(abfd_ignore, section),
-      bfd            *abfd_ignore AND
+DEFUN(coff_new_section_hook,(abfd, section),
+      bfd            *abfd AND
       asection       *section)
 {
   section->alignment_power = abfd->xvec->align_power_min;
index 0c416562b59a6692229aa163a0b536c34b403d8d..2cd84ebbf4f1cec9071c28b0467f5a114136c015 100644 (file)
@@ -335,7 +335,7 @@ Special entry points for gas to swap coff parts
 . {* See documentation on reloc types.  *}
 . SDEF (CONST struct reloc_howto_struct *,
 .       reloc_type_lookup,
-.       (bfd *abfd, bfd_reloc_code_type code));
+.       (bfd *abfd, bfd_reloc_code_real_type code));
 .
 . {* Complete and utter crock, currently used for the assembler
 .    when creating COFF files.  *}
This page took 0.031505 seconds and 4 git commands to generate.