linker-map.gnu: Export virtual function thunks for 64-bit systems too.

* config/linker-map.gnu: Export virtual function thunks for
        64-bit systems too.

From-SVN: r67989
This commit is contained in:
Richard Henderson 2003-06-15 16:24:00 -07:00 committed by Richard Henderson
parent 8f95bd529b
commit dc4add82a5
2 changed files with 7 additions and 0 deletions

View 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..

View 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*;