public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Phil Edwards <phil@jaj.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf
Date: Sun, 27 Oct 2002 14:36:00 -0000	[thread overview]
Message-ID: <20021027223600.19198.qmail@sources.redhat.com> (raw)

The following reply was made to PR libstdc++/8197; it has been noted by GNATS.

From: Phil Edwards <phil@jaj.com>
To: Gabriel Dos Reis <gdr@integrable-solutions.net>
Cc: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>, gcc-gnats@gcc.gnu.org,
   libstdc++@gcc.gnu.org
Subject: Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf
Date: Sun, 27 Oct 2002 17:34:02 -0500

 Answering because I happen to have just checked my mail:
 
 
 On Sun, Oct 27, 2002 at 11:41:47PM +0100, Gabriel Dos Reis wrote:
 >   Do we have infrastructure to export symbols based on target
 > configurations?
 
 We need to, but we don't yet.
 
 > If not, does telling linker-map.gnu to export
 > non-existing symbols an error?
 
 No, it's no problem.  See for example the multiple entries for size_t:
 only one of them will actually be used, depending on the architecture.
 
 
 > If not, is it documented to work as
 > "expected"?
 
 Probably not documented, but anything marked as exported that doesn't
 exist in the final library is just ignored.  That is, the symbols may
 be exported, but they aren't expected.  :-)
 
 
 Phil
 
 -- 
 I would therefore like to posit that computing's central challenge, viz. "How
 not to make a mess of it," has /not/ been met.
                                                  - Edsger Dijkstra, 1930-2002


             reply	other threads:[~2002-10-27 22:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-27 14:36 Phil Edwards [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-05  8:10 bkoz
2002-11-04 17:16 B. Kosnik
2002-11-02  8:26 Christian Ehrhardt
2002-11-01  9:44 bkoz
2002-10-28 10:26 Benjamin Kosnik
2002-10-27 13:46 Gabriel Dos Reis
2002-10-26  6:46 Christian Ehrhardt
2002-10-11  7:26 ehrhardt

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=20021027223600.19198.qmail@sources.redhat.com \
    --to=phil@jaj.com \
    --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).