mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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:
parent
8f95bd529b
commit
dc4add82a5
@ -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..
|
||||
|
@ -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*;
|
||||
|
Loading…
Reference in New Issue
Block a user