From 800aef7c5c9537c931b5c75e7d6d9e5e7c468d0b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 22 Jun 1992 16:07:05 +0000 Subject: [PATCH] Lint stuff which didn't make it last time --- bfd/coffcode.h | 4 ++-- bfd/targets.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index b37cdbb5fe..06b1b4ebee 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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; diff --git a/bfd/targets.c b/bfd/targets.c index 0c416562b5..2cd84ebbf4 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -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. *} -- 2.34.1