public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c
Date: Thu, 20 Mar 2003 02:06:00 -0000	[thread overview]
Message-ID: <20030320020601.23622.qmail@sources.redhat.com> (raw)

The following reply was made to PR ada/9953; it has been noted by GNATS.

From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
To: hainque@ACT-Europe.FR (Olivier Hainque)
Cc: charlet@ACT-Europe.FR, dave.anglin@nrc-cnrc.gc.ca, gcc-gnats@gcc.gnu.org,
   bosch@gnat.com, hainque@ACT-Europe.FR
Subject: Re: ada/9953: Unsatisfied symbols: U_prep_frame_rec_for_unwind (c
Date: Wed, 19 Mar 2003 20:56:18 -0500 (EST)

 Olivier,
 
 >  John, could you please give it a try on HPUX 10 (removing -lpthread from
 >  TGT_LIB) ?
 
 The hpux 10.20 build was successful with the enclosed patch.  Possibly,
 the hpux test that you added should be after the DCE block but that
 doesn't matter for hpux 10.  I may try hpux 11 after I return from vacation.
 
 Thanks for your help,
 Dave
 -- 
 J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
 National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)
 
 Index: Makefile.in
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/ada/Makefile.in,v
 retrieving revision 1.36.4.3
 diff -u -3 -p -r1.36.4.3 Makefile.in
 --- Makefile.in	29 Jan 2003 22:37:55 -0000	1.36.4.3
 +++ Makefile.in	20 Mar 2003 00:52:17 -0000
 @@ -759,15 +759,23 @@ ifeq ($(strip $(filter-out hppa% hp hpux
    s-osinte.ads<53osinte.ads \
    s-parame.ads<5hparame.ads \
    s-osprim.adb<7sosprim.adb \
 -  s-traceb.adb<5htraceb.adb \
    s-taprop.adb<7staprop.adb \
    s-taspri.ads<7staspri.ads \
    s-tpopsp.adb<5atpopsp.adb \
    g-soccon.ads<3hsoccon.ads \
    system.ads<5hsystem.ads
  
 -  TGT_LIB = /usr/lib/libcl.a -lpthread
 -  THREADSLIB = -lpthread -lc_r
 +  # An HPUX specific s-traceb.adb shall be used for traceback support.
 +  # It resorts to functions provided by the system unwinding library,
 +  # some of which are not available in HPUX 10, so fallback to the default
 +  # implementation in this case. The block below expresses this as "if not
 +  # hpux10, use the dedicated s-traceb.adb".
 +  ifneq ($(strip $(filter-out hppa% hp hpux10%,$(targ))),)
 +  LIBGNAT_TARGET_PAIRS += s-traceb.adb<5htraceb.adb
 +  endif
 +
 +  TGT_LIB = /usr/lib/libcl.a
 +  THREADSLIB = -lc_r
    SYMLIB = -laddr2line -lbfd $(INTLLIBS)
    soext = .sl
    SO_OPTS = -Wl,+h,


             reply	other threads:[~2003-03-20  2:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-20  2:06 John David Anglin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-25  9:57 Olivier Hainque
2003-03-20  8:36 Olivier Hainque
2003-03-18 16:16 John David Anglin
2003-03-18 16:16 John David Anglin
2003-03-18 15:46 Olivier Hainque
2003-03-18 14:46 Arnaud Charlet
2003-03-18 13:36 Olivier Hainque
2003-03-17 20:16 Arnaud Charlet
2003-03-17 17:56 John David Anglin
2003-03-17 17:26 Olivier Hainque
2003-03-17 16:16 John David Anglin
2003-03-14 18:36 John David Anglin
2003-03-14  9:16 Olivier Hainque
2003-03-14  3:16 John David Anglin

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=20030320020601.23622.qmail@sources.redhat.com \
    --to=dave@hiauly1.hia.nrc.ca \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).