public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pluto at agmk dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/51673] undefined references / libstdc++-7.dll
Date: Wed, 28 Dec 2011 19:54:00 -0000	[thread overview]
Message-ID: <bug-51673-4-Ne7Ls8Ef0c@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-51673-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #7 from Pawel Sikora <pluto at agmk dot net> 2011-12-28 19:51:55 UTC ---
please apply following obvious patch:

--- gcc-4.6.0/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver.orig     
2011-12-28 12:43:50.000000000 +0100
+++ gcc-4.6.0/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver  
2011-12-28 20:25:36.603040153 +0100
@@ -42,9 +42,9 @@
     __once_proxy;

     # operator new(size_t)
-    _Znw[jm];
+    _Znw[jmy];
     # operator new(size_t, std::nothrow_t const&)
-    _Znw[jm]RKSt9nothrow_t;
+    _Znw[jmy]RKSt9nothrow_t;

     # operator delete(void*)
     _ZdlPv;
@@ -52,9 +52,9 @@
     _ZdlPvRKSt9nothrow_t;

     # operator new[](size_t)
-    _Zna[jm];
+    _Zna[jmy];
     # operator new[](size_t, std::nothrow_t const&)
-    _Zna[jm]RKSt9nothrow_t;
+    _Zna[jmy]RKSt9nothrow_t;

     # operator delete[](void*)
     _ZdaPv;


it fixes new/delete exports for x86_64-pc-mingw32.
mt-allocator needs more exports...


  parent reply	other threads:[~2011-12-28 19:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-24 13:02 [Bug libstdc++/51673] New: " pluto at agmk dot net
2011-12-24 13:37 ` [Bug libstdc++/51673] " paolo.carlini at oracle dot com
2011-12-24 14:12 ` redi at gcc dot gnu.org
2011-12-24 15:55 ` paolo.carlini at oracle dot com
2011-12-27  9:41 ` pluto at agmk dot net
2011-12-27 10:42 ` paolo.carlini at oracle dot com
2011-12-28 16:20 ` pluto at agmk dot net
2011-12-28 19:54 ` pluto at agmk dot net [this message]
2011-12-28 22:06 ` ktietz at gcc dot gnu.org
2012-01-09 23:41 ` bkoz at gcc dot gnu.org
2012-01-09 23:42 ` bkoz at gcc dot gnu.org
2012-01-10 19:56 ` pluto at agmk dot net
2012-03-04 19:36 ` pluto at agmk dot net
2012-03-06 11:49 ` ktietz at gcc dot gnu.org
2012-03-06 18:36 ` pluto at agmk dot net
2012-03-06 18:44 ` redi at gcc dot gnu.org
2012-03-06 20:19 ` joseph at codesourcery dot com
2012-03-06 21:04 ` pluto at agmk dot net
2012-03-22 22:19 ` pluto at agmk dot net

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-51673-4-Ne7Ls8Ef0c@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).