* libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.

From-SVN: r86921
This commit is contained in:
Jakub Jelinek 2004-09-01 21:17:50 +02:00 committed by Jakub Jelinek
parent 130abd1728
commit d0879c9868
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-01 Jakub Jelinek <jakub@redhat.com>
* libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.
2004-09-01 Mike Stump <mrs@apple.com>
* config/darwin.c (machopic_symbol_defined_p): In addition to

View File

@ -221,4 +221,5 @@ GCC_3.4 {
GCC_3.4.2 {
# Used to deal with trampoline initialization on some platforms
__enable_execute_stack
__trampoline_setup
}