summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-06-11 15:40:57 +0000
committertheraven <theraven@FreeBSD.org>2012-06-11 15:40:57 +0000
commitb1b87d698b0d48ebcdc36b4df376881001fe2df5 (patch)
tree2f7747d3ab3adb43792f062a3dbaa748640a64a7 /gnu/lib
parent1b6b7176ba276ada324f9e9140d3448f66c8738f (diff)
downloadFreeBSD-src-b1b87d698b0d48ebcdc36b4df376881001fe2df5.zip
FreeBSD-src-b1b87d698b0d48ebcdc36b4df376881001fe2df5.tar.gz
Clean up some symbol versions for libsupc++ / libcxxrt.
MFC after: 1 week Reviewed by: kan
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libsupc++/Version.map24
1 files changed, 10 insertions, 14 deletions
diff --git a/gnu/lib/libsupc++/Version.map b/gnu/lib/libsupc++/Version.map
index 3d9cdf2..ec6303e 100644
--- a/gnu/lib/libsupc++/Version.map
+++ b/gnu/lib/libsupc++/Version.map
@@ -126,26 +126,22 @@ CXXABI_1.3 {
# __gnu_cxx::_verbose_terminate_handler()
_ZN9__gnu_cxx27__verbose_terminate_handlerEv;
- # operator new and new[], 32-bit size_t
- _Znaj;
- _ZnajRKSt9nothrow_t;
- _Znwj;
- _ZnwjRKSt9nothrow_t;
-
- # operator new and new[], 64-bit size_t
- _Znam;
- _ZnamRKSt9nothrow_t;
- _Znwm;
- _ZnwmRKSt9nothrow_t;
+ local:
+ *;
+};
+
+GLIBCXX_3.4 {
+ # operator new and new[]
+ _Znai[jm];
+ _Zna[jm]RKSt9nothrow_t;
+ _Znw[jm];
+ _Znw[jm]RKSt9nothrow_t;
# operator delete and delete[]
_ZdaPv;
_ZdaPvRKSt9nothrow_t;
_ZdlPv;
_ZdlPvRKSt9nothrow_t;
-
- local:
- *;
};
CXXABI_1.3.1 {
OpenPOWER on IntegriCloud