diff options
author | Mike Stump <mrs@wrs.com> | 1998-11-23 20:37:32 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-11-23 15:37:32 -0500 |
commit | d0b9a143e7552eef02291ab94d986867acb828ee (patch) | |
tree | 08c5c3cd1e8bdb4d696dd40cbaf8638a9b5cf655 /gcc/java | |
parent | 8c8a9717085130efbd17e89ab68aa25bc8e8ef0d (diff) | |
download | gcc-d0b9a143e7552eef02291ab94d986867acb828ee.zip gcc-d0b9a143e7552eef02291ab94d986867acb828ee.tar.gz gcc-d0b9a143e7552eef02291ab94d986867acb828ee.tar.bz2 |
libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.
* libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.
The strategy we now use is to pre allocate the top_elt along
with the EH context so that each thread has its own top_elt.
This is necessary as the dynmanic cleanup chain is used on the
top element of the stack and each thread MUST have its own.
(eh_context_static): Likewise.
(new_eh_context): Likewise.
(__sjthrow): Likewise.
From-SVN: r23818
Diffstat (limited to 'gcc/java')
0 files changed, 0 insertions, 0 deletions