Lint stuff which didn't make it last time

This commit is contained in:
Steve Chamberlain 1992-06-22 16:07:05 +00:00
parent 3860075f3f
commit 800aef7c5c
2 changed files with 3 additions and 3 deletions

View 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;

View 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. *}