public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/32666] FAIL: abi_check
Date: Thu, 15 Jan 2009 20:02:00 -0000	[thread overview]
Message-ID: <20090115200230.29508.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32666-276@http.gcc.gnu.org/bugzilla/>



------- Comment #11 from bkoz at gcc dot gnu dot org  2009-01-15 20:02 -------
Subject: Bug 32666

Author: bkoz
Date: Thu Jan 15 20:02:11 2009
New Revision: 143406

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143406
Log:
2009-01-15  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/32666
        * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update.

2009-01-15  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/32666
        * Makefile.am (hosted_source): Remove libmath directory.
        * Makefile.in: Regenerate.
        * linkage.m4 (GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT): Remove.
        (AC_REPLACE_MATHFUNCS): Remove.
        (GLIBCXX_CHECK_MATH_SUPPORT): Remove copysign, copysignl checks as done
        in GLIBCXX_CHECK_C99_TR1.
        * acinclude.m4: Remove libmath, need_math.
        * crossconfig.m4: Remove use of HAVE_COPYSIGN, HAVE_COPYSIGNL,
        HAVE_COPYSIGNF, GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT, need_libmath.
        * configure.ac: Same.
        * configure: Regenerate.
        * fragment.am: Fix comment.
        * config.h.in: Regenerate.
        * src/Makefile.in: Regenerate.
        * src/Makefile.am: Remove libmath references.
        * doc/Makefile.in: Regenerate.
        * po/Makefile.in: Regenerate.
        * include/Makefile.in: Regenerate.
        * libsupc++/Makefile.in: Regenerate.
        * testsuite/Makefile.in: Regenerate.

        * src/compatibility.cc: Also export long double versions of "C" math
        library if hppa-linux.
        * config/abi/pre/gnu.ver: Remove unused __signbit exports.
        * doc/xml/manual/appendix_contributing.xml: Remove libmath reference.

        * libmath: Remove.
        * libmath/signbit.c: Same.
        * libmath/stubs.c: Same.
        * libmath/Makefile.in: Same.
        * libmath/copysignf.c: Same.
        * libmath/mathconf.h: Same.
        * libmath/signbitf.c: Same.
        * libmath/Makefile.am: Same.
        * libmath/signbitl.c: Same.


Removed:
    trunk/libstdc++-v3/libmath/
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/Makefile.am
    trunk/libstdc++-v3/Makefile.in
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/config.h.in
    trunk/libstdc++-v3/config/abi/post/hppa-linux-gnu/baseline_symbols.txt
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/crossconfig.m4
    trunk/libstdc++-v3/doc/Makefile.in
    trunk/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
    trunk/libstdc++-v3/fragment.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/libsupc++/Makefile.in
    trunk/libstdc++-v3/linkage.m4
    trunk/libstdc++-v3/po/Makefile.in
    trunk/libstdc++-v3/src/Makefile.am
    trunk/libstdc++-v3/src/Makefile.in
    trunk/libstdc++-v3/src/compatibility.cc
    trunk/libstdc++-v3/testsuite/Makefile.in


-- 


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


  parent reply	other threads:[~2009-01-15 20:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-07 15:47 [Bug libstdc++/32666] New: " danglin at gcc dot gnu dot org
2007-07-07 15:55 ` [Bug libstdc++/32666] " dave at hiauly1 dot hia dot nrc dot ca
2007-09-18 21:55 ` bkoz at gcc dot gnu dot org
2007-09-18 22:24 ` dave at hiauly1 dot hia dot nrc dot ca
2007-09-30 21:51 ` dave at hiauly1 dot hia dot nrc dot ca
2009-01-13  8:41 ` bkoz at gcc dot gnu dot org
2009-01-13  8:43 ` bkoz at gcc dot gnu dot org
2009-01-13 10:02 ` bkoz at gcc dot gnu dot org
2009-01-15 18:38 ` doko at ubuntu dot com
2009-01-15 20:02 ` bkoz at gcc dot gnu dot org [this message]
2009-01-16  0:24 ` dave at hiauly1 dot hia dot nrc dot ca
2009-01-16  2:26 ` [Bug libstdc++/32666] FAIL: abi_check hppa bkoz at gcc dot gnu dot org
2009-01-16  2:27 ` bkoz at gcc dot gnu dot org
2009-01-16 20:51 ` dave at hiauly1 dot hia dot nrc dot ca
2009-01-17 16:03 ` dave at hiauly1 dot hia dot nrc dot ca
2009-01-20  5:51 ` bkoz at redhat dot com
2009-01-20 15:36 ` dave at hiauly1 dot hia dot nrc dot ca
2009-01-20 19:25 ` bkoz at gcc dot gnu dot 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=20090115200230.29508.qmail@sourceware.org \
    --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).