This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Minor bfd/stabs.c fix
- From: law at redhat dot com
- To: binutils at sources dot redhat dot com
- Date: Mon, 26 Nov 2001 12:31:47 -0500
- Subject: Minor bfd/stabs.c fix
- Reply-to: law at redhat dot com
Whee, it's amazing what you find when you build with vendor compilers :-)
* stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
prototypes.
Index: stabs.c
===================================================================
RCS file: /cvs/cvsfiles/devo/bfd/stabs.c,v
retrieving revision 1.13
diff -c -3 -p -r1.13 stabs.c
*** stabs.c 2001/11/25 23:37:36 1.13
--- stabs.c 2001/11/26 19:32:19
*************** _bfd_discard_section_stabs (abfd, stabse
*** 515,521 ****
bfd *abfd;
asection *stabsec;
PTR psecinfo;
! boolean (*reloc_symbol_deleted_p) (bfd_vma, PTR);
PTR cookie;
{
bfd_size_type count, amt;
--- 515,521 ----
bfd *abfd;
asection *stabsec;
PTR psecinfo;
! boolean (*reloc_symbol_deleted_p) PARAMS ((bfd_vma, PTR));
PTR cookie;
{
bfd_size_type count, amt;