Commit d0879c98 by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r86921
parent 130abd17
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
......
......@@ -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
}
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