diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/stabs.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c3e9749..b875d20 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 26 12:33:44 2001 Jeffrey A Law (law@cygnus.com) + + * stabs.c (_bfd_discard_section_stabs): Use PARAMS in function + prototypes. + 2001-11-24 Alan Modra <amodra@bigpond.net.au> * elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stub diff --git a/bfd/stabs.c b/bfd/stabs.c index 635a702..bba4a6d 100644 --- a/bfd/stabs.c +++ b/bfd/stabs.c @@ -515,7 +515,7 @@ _bfd_discard_section_stabs (abfd, stabsec, psecinfo, bfd *abfd; asection *stabsec; PTR psecinfo; - boolean (*reloc_symbol_deleted_p) (bfd_vma, PTR); + boolean (*reloc_symbol_deleted_p) PARAMS ((bfd_vma, PTR)); PTR cookie; { bfd_size_type count, amt; |