* stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
prototypes.
This commit is contained in:
parent
7d69eeecda
commit
fd0999e109
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue