public inbox for gcc-prs@sourceware.org help / color / mirror / Atom feed
From: Ludovic Brenta <ludovic.brenta@insalien.org> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, Subject: Re: ada/6767: make gnatlib-shared fails on -laddr2line Date: Thu, 11 Jul 2002 15:56:00 -0000 [thread overview] Message-ID: <20020711225601.27533.qmail@sources.redhat.com> (raw) The following reply was made to PR ada/6767; it has been noted by GNATS. From: Ludovic Brenta <ludovic.brenta@insalien.org> To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Cc: Subject: Re: ada/6767: make gnatlib-shared fails on -laddr2line Date: 12 Jul 2002 00:49:50 +0200 I have found that the following change to gcc/ada/Makefile.in reduces but does not solve the problem. This change consists in atatically linking libgnat.so against libiberty.a. The patch below is done only on GNU/Linux on *86, perhaps it should also be done on other platforms. With this change, I only get one undefined symbol and that is `convert_addresses'. It appears to me that old versions of gnat (3.11p being one) used to include a copy of binutils that had this function in libaddr2line.a; newer versions seem to not include binutils anymore, and the current binutils no longer have this library. -- Ludo. *** Makefile.in.~1.21.10.4.~ Thu May 2 19:32:36 2002 --- Makefile.in Thu Jul 11 23:22:13 2002 *************** *** 1170,1176 **** system.ads<5lsystem.ads MLIB_TGT=5lml-tgt ! MISCLIB=-laddr2line -lbfd THREADSLIB=-lpthread GNATLIB_SHARED=gnatlib-shared-dual GMEM_LIB=gmemlib --- 1170,1176 ---- system.ads<5lsystem.ads MLIB_TGT=5lml-tgt ! MISCLIB=-liberty -lbfd THREADSLIB=-lpthread GNATLIB_SHARED=gnatlib-shared-dual GMEM_LIB=gmemlib
next reply other threads:[~2002-07-11 22:56 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-07-11 15:56 Ludovic Brenta [this message] -- strict thread matches above, loose matches on Subject: below -- 2003-05-13 18:26 Ludovic Brenta 2003-05-11 12:36 Ludovic Brenta 2003-05-10 23:46 Dara Hazeghi 2002-05-22 6:46 ludovic.brenta
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=20020711225601.27533.qmail@sources.redhat.com \ --to=ludovic.brenta@insalien.org \ --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: linkBe 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).