summaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-06-11 15:40:57 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-06-11 15:40:57 +0000
commitfe132392879721115289dcfdcbd5fbee59da35b4 (patch)
tree2f7747d3ab3adb43792f062a3dbaa748640a64a7 /gnu/lib/libsupc++
parent1967332863ed4332f3f13f6a277e632214924027 (diff)
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
-rw-r--r--gnu/lib/libsupc++/Version.map22
1 files changed, 9 insertions, 13 deletions
diff --git a/gnu/lib/libsupc++/Version.map b/gnu/lib/libsupc++/Version.map
index 3d9cdf2634e0..ec6303ef78ec 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;
+ local:
+ *;
+};
- # operator new and new[], 64-bit size_t
- _Znam;
- _ZnamRKSt9nothrow_t;
- _Znwm;
- _ZnwmRKSt9nothrow_t;
+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 {