This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

resend - [patch] Ada bootstrap failure on i386-unknown-freebsd4.7


Second try. Really adding the attachment might help ;-)

Hi all,

I needed this patch (attached to prevent the webmailer from messing up
the diff...) to bootstrap CVS HEAD on i386-unknown-freebsd4.7.

Without the patch I get:
/home/ritzert/gcc-HEAD/gcc/gcc/ada/adaint.c:2260: warning: function 
declaration isn't a prototype

2003-01-24  Michael Ritzert  <ritzert@t-online.de>
        * adaint.c (convert_addresses): Add prototype.

Michael
Index: adaint.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/ada/adaint.c,v
retrieving revision 1.13
diff -u -3 -p -r1.13 adaint.c
--- adaint.c	18 Nov 2002 14:39:46 -0000	1.13
+++ adaint.c	24 Jan 2003 11:28:46 -0000
@@ -2255,6 +2255,8 @@ int _flush_cache()
    GNU/Linux, Tru64 & Windows provide a non-dummy version of this procedure in
    libaddr2line.a.  */
 
+void convert_addresses PARAMS ((void *, int,  void *, int *));
+
 void
 convert_addresses (addrs, n_addr, buf, len)
      void *addrs ATTRIBUTE_UNUSED;

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