This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Minor bfd/stabs.c fix



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;




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]