aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-20 23:45:41 +0000
committerAlan Modra <amodra@gmail.com>2002-08-20 23:45:41 +0000
commit8c2ab17d279e049cd4e446f308703bd28492e5de (patch)
tree53d8ac83d1892b8dd4523084387dc449071cc637
parente41b17f0dcb46b70568f1cff56d9f3d091cc427b (diff)
downloadfsf-binutils-gdb-8c2ab17d279e049cd4e446f308703bd28492e5de.zip
fsf-binutils-gdb-8c2ab17d279e049cd4e446f308703bd28492e5de.tar.gz
fsf-binutils-gdb-8c2ab17d279e049cd4e446f308703bd28492e5de.tar.bz2
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
argument declaration.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf-eh-frame.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 03d3236..528f5c5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c
index 6f10cd7..b074ff9 100644
--- a/bfd/elf-eh-frame.c
+++ b/bfd/elf-eh-frame.c
@@ -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;