mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 21:21:31 +08:00
* libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.
From-SVN: r86921
This commit is contained in:
parent
130abd1728
commit
d0879c9868
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user