* config/linker-map.gnu: Export virtual function thunks for
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Jun 2003 23:24:00 +0000 (23:24 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Jun 2003 23:24:00 +0000 (23:24 +0000)
        64-bit systems too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67989 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu

index 1158285..b1f91a4 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-15  Richard Henderson  <rth@redhat.com>
+
+       * config/linker-map.gnu: Export virtual function thunks for
+       64-bit systems too.
+
 2003-06-13  Benjamin Kosnik  <bkoz@redhat.com>
 
        * config/abi/i686-pc-linux-gnu: To..
index 2245cd2..77d69fc 100644 (file)
@@ -115,7 +115,9 @@ GLIBCPP_3.4 {
 
     # virtual function thunks
     _ZThn8_NS*;
+    _ZThn16_NS*;
     _ZTv0_n12_NS*;
+    _ZTv0_n24_NS*;
 
     # std::__convert_to_v
     _ZSt14__convert_to_v*;