* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
authorAlan Modra <amodra@gmail.com>
Tue, 20 Aug 2002 23:45:41 +0000 (23:45 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 20 Aug 2002 23:45:41 +0000 (23:45 +0000)
argument declaration.

bfd/ChangeLog
bfd/elf-eh-frame.c

index 03d3236aec70e74b53a564e75544104d1307484c..528f5c52d8ef4285061d81d0a2f67162e44e25bc 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
+       argument declaration.
+
 2002-08-19  Elena Zannoni <ezannoni@redhat.com>
  
         * archures.c (bfd_mach_ppc_e500): Added.
index 6f10cd7aabe1f8bd9e3905821db8e673b302b4e2..b074ff9285206ac53ec16be5c97bb2be2052da31 100644 (file)
@@ -287,7 +287,7 @@ _bfd_elf_discard_section_eh_frame (abfd, info, sec, ehdrsec,
      bfd *abfd;
      struct bfd_link_info *info;
      asection *sec, *ehdrsec;
-     boolean (*reloc_symbol_deleted_p) (bfd_vma, PTR);
+     boolean (*reloc_symbol_deleted_p) PARAMS ((bfd_vma, PTR));
      struct elf_reloc_cookie *cookie;
 {
   bfd_byte *ehbuf = NULL, *buf;
This page took 0.029165 seconds and 4 git commands to generate.