diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-05-17 23:00:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-18 16:33:19 +0200 |
commit | 5729da18a1852d842bd7de05d9d7fdcbec1e9ad5 (patch) | |
tree | 87a64c41f6fc5bb1fd3e15b8f907693fcb957fdb /solenv | |
parent | 7e5a6a385051569da1bf872989aef262f2d802e2 (diff) |
fdo#42865: privatized unique empty string symbol:
Unfortunately this --enable-dbg-util only problem (caused by
_GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based
logging in sal; adapt all map files to export the unique symbol.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/addsym.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk index 4c18bdc53847..a9e64fb9d26d 100644 --- a/solenv/bin/addsym.awk +++ b/solenv/bin/addsym.awk @@ -43,6 +43,7 @@ END { print "GLIBCXX_3.4 {" print "global:" print "_ZGVNSt7num_put*; _ZNSt7num_put*;" + print "_ZNSs4_Rep20_S_empty_rep_storageE;" print "};" } state == 2 { |