Commit dc4add82 by Richard Henderson Committed by Richard Henderson

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
parent 8f95bd52
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> 2003-06-13 Benjamin Kosnik <bkoz@redhat.com>
* config/abi/i686-pc-linux-gnu: To.. * config/abi/i686-pc-linux-gnu: To..
......
...@@ -115,7 +115,9 @@ GLIBCPP_3.4 { ...@@ -115,7 +115,9 @@ GLIBCPP_3.4 {
# virtual function thunks # virtual function thunks
_ZThn8_NS*; _ZThn8_NS*;
_ZThn16_NS*;
_ZTv0_n12_NS*; _ZTv0_n12_NS*;
_ZTv0_n24_NS*;
# std::__convert_to_v # std::__convert_to_v
_ZSt14__convert_to_v*; _ZSt14__convert_to_v*;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment