summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-17 23:00:20 +0200
committerPetr Mladek <pmladek@suse.cz>2012-05-23 14:42:05 +0200
commit7cbaadc92f797ac718d9c49036796b4047683ca9 (patch)
tree08b60d30084caaa371f91e6cbba677a838c9fe65
parentd34bbe0b86aefc8d6d282c4e6b1fff1b56aa59f9 (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. Change-Id: I445efb9b621638efcea80b0b83846338ca42bf7d Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r--solenv/bin/addsym.awk1
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 {