public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* resend - [patch] Ada bootstrap failure on i386-unknown-freebsd4.7
@ 2003-01-24 14:38 Ritzert
  2003-01-25 10:09 ` Geert Bosch
  0 siblings, 1 reply; 2+ messages in thread
From: Ritzert @ 2003-01-24 14:38 UTC (permalink / raw)
  To: gcc; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

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

[-- Attachment #2: adaint.c.diff --]
[-- Type: text/x-diff, Size: 569 bytes --]

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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: resend - [patch] Ada bootstrap failure on i386-unknown-freebsd4.7
  2003-01-24 14:38 resend - [patch] Ada bootstrap failure on i386-unknown-freebsd4.7 Ritzert
@ 2003-01-25 10:09 ` Geert Bosch
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Bosch @ 2003-01-25 10:09 UTC (permalink / raw)
  To: Ritzert; +Cc: gcc, gcc-patches

This is already addressed by Rainer Orth's patch, if I'm not mistaken.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-25  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-24 14:38 resend - [patch] Ada bootstrap failure on i386-unknown-freebsd4.7 Ritzert
2003-01-25 10:09 ` Geert Bosch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).