Minor bfd/stabs.c fix
law@redhat.com
law@redhat.com
Tue Nov 13 13:30:00 GMT 2001
More information about the Binutils mailing list
Tue Nov 13 13:30:00 GMT 2001
- Previous message (by thread): Disassembly with odd sized section
- Next message (by thread): Minor bfd/stabs.c fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message (by thread): Disassembly with odd sized section
- Next message (by thread): Minor bfd/stabs.c fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list