linker-map.gnu: Export virtual function thunks for 64-bit systems too.
authorRichard Henderson <rth@redhat.com>
Sun, 15 Jun 2003 23:24:00 +0000 (16:24 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 15 Jun 2003 23:24:00 +0000 (16:24 -0700)
        * config/linker-map.gnu: Export virtual function thunks for
        64-bit systems too.

From-SVN: r67989

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

index 115828554c2df5839a65c64969d17aa87cac8c68..b1f91a4fb53a05bfec8f39486e7f567572eb571d 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 2245cd24f45d27cd62e977bb3c0f0da233c7498e..77d69fc72f06b0a9d23b0055eaff09d169cc1858 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*;