summaryrefslogtreecommitdiff
path: root/gcc/libgcc-std.ver
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 11:04:51 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 11:04:51 +0000
commitdf4b504cae7856b864a073ab9e6e61cf2ad23a97 (patch)
treea923c8785a06871784c5177530130063c4925f5a /gcc/libgcc-std.ver
parentd3ab49408bd5b876d10076caea78dc81a5f85dd7 (diff)
downloadgcc-df4b504cae7856b864a073ab9e6e61cf2ad23a97.tar.gz
IA-64 ABI Exception Handling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40924 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r--gcc/libgcc-std.ver35
1 files changed, 17 insertions, 18 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver
index 8efdd226c78..483d95d0c4e 100644
--- a/gcc/libgcc-std.ver
+++ b/gcc/libgcc-std.ver
@@ -114,28 +114,27 @@ GCC_3.0 {
__gcc_bcmp
# EH symbols
- __default_terminate
+ _Unwind_DeleteException
+ _Unwind_ForcedUnwind
+ _Unwind_GetGR
+ _Unwind_GetIP
+ _Unwind_GetLanguageSpecificData
+ _Unwind_GetRegionStart
+ _Unwind_RaiseException
+ _Unwind_Resume
+ _Unwind_SetGR
+ _Unwind_SetIP
__deregister_frame
__deregister_frame_info
- __eh_alloc
- __eh_free
- __eh_rtime_match
- __frame_state_for
- __get_dynamic_handler_chain
- __get_eh_context
- __get_eh_info
- __get_eh_table_language
- __get_eh_table_version
__register_frame
__register_frame_info
__register_frame_info_table
__register_frame_table
- __rethrow
- __sjpopnthrow
- __sjthrow
- __terminate
- __terminate_set_func
- __throw
- __throw_type_match
- __unwinding_cleanup
+
+ # SjLj EH symbols
+ _Unwind_SjLj_Register
+ _Unwind_SjLj_Unregister
+ _Unwind_SjLj_RaiseException
+ _Unwind_SjLj_ForcedUnwind
+ _Unwind_SjLj_Resume
}