diff options
author | Chris Demetriou <cgd@broadcom.com> | 2001-01-24 03:03:12 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@gcc.gnu.org> | 2001-01-23 19:03:12 -0800 |
commit | 8a1894ac7ba96fb629e676300ca2a870ddfc6dba (patch) | |
tree | 7748d2470518ba26fbea30b07df94dd62b366e29 /gcc/libgcc-std.ver | |
parent | 0006091ec2f5039501b60be2c1c014ea6e11906f (diff) | |
download | gcc-8a1894ac7ba96fb629e676300ca2a870ddfc6dba.tar.gz |
libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list of EH symbols.
2001-01-23 Chris Demetriou <cgd@broadcom.com>
* libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list
of EH symbols.
* libgcc2.c (__terminate_func): Make variable static.
(__terminate_set_func): New function to set __terminate_func.
* libgcc2.h (__terminate_func_ptr): New typedef.
(__terminate_set_func): New function.
From-SVN: r39224
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r-- | gcc/libgcc-std.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver index 9dc81fa4163..87aac0dfaca 100644 --- a/gcc/libgcc-std.ver +++ b/gcc/libgcc-std.ver @@ -132,6 +132,7 @@ GCC_3.0 { __sjpopnthrow __sjthrow __terminate + __terminate_set_func __throw __throw_type_match __unwinding_cleanup |