public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "joel at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/47467] [4.6 Regression] hwint.h:239:3: error: implicit declaration of function 'abs'
Date: Wed, 26 Jan 2011 21:50:00 -0000	[thread overview]
Message-ID: <bug-47467-4-exQeda6Fna@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-47467-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467

--- Comment #6 from Joel Sherrill <joel at gcc dot gnu.org> 2011-01-26 21:23:59 UTC ---
Since i386-rtems* blew up with an ICE, I wanted to verify the Makefile change
with another target.  sparc-rtems* built Ada with this patch:

I really don't know why targext.c needs to be in the target library.

Index: gcc/ada/gcc-interface/Makefile.in
===================================================================
--- gcc/ada/gcc-interface/Makefile.in    (revision 169296)
+++ gcc/ada/gcc-interface/Makefile.in    (working copy)
@@ -2213,12 +2213,12 @@
   argv.c cio.c cstreams.c errno.c exit.c cal.c ctrl_c.c env.c env.h    \
   arit64.c raise.h raise.c sysdep.c aux-io.c init.c initialize.c    \
   locales.c seh_init.c final.c tracebak.c tb-alvms.c tb-alvxw.c         \
-  tb-gcc.c expect.c mkdir.c socket.c gsocket.h targext.c $(EXTRA_LIBGNAT_SRCS)
+  tb-gcc.c expect.c mkdir.c socket.c gsocket.h $(EXTRA_LIBGNAT_SRCS)

 LIBGNAT_OBJS = adadecode.o adaint.o argv.o cio.o cstreams.o ctrl_c.o    \
   errno.o exit.o env.o raise.o sysdep.o aux-io.o init.o initialize.o    \
   locales.o seh_init.o cal.o arit64.o final.o tracebak.o expect.o       \
-  mkdir.o socket.o targext.o $(EXTRA_LIBGNAT_OBJS)
+  mkdir.o socket.o $(EXTRA_LIBGNAT_OBJS)

 # NOTE ??? - when the -I option for compiling Ada code is made to work,
 #  the library installation will change and there will be a


  parent reply	other threads:[~2011-01-26 21:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26  4:47 [Bug other/47467] New: " danglin at gcc dot gnu.org
2011-01-26 11:39 ` [Bug other/47467] " rguenth at gcc dot gnu.org
2011-01-26 12:39 ` rguenth at gcc dot gnu.org
2011-01-26 12:51 ` rguenth at gcc dot gnu.org
2011-01-26 21:17 ` joel at gcc dot gnu.org
2011-01-26 21:50 ` joel at gcc dot gnu.org [this message]
2011-01-26 22:10 ` ebotcazou at gcc dot gnu.org
2011-01-26 22:12 ` joel at gcc dot gnu.org
2011-01-26 22:41 ` ebotcazou at gcc dot gnu.org
2011-01-26 22:45 ` ebotcazou at gcc dot gnu.org
2011-02-02 18:00 ` dnovillo at gcc dot gnu.org
2011-02-02 18:11 ` dnovillo at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-47467-4-exQeda6Fna@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).