mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0, __gcc_personality_v0.
* libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0, __gcc_personality_v0. From-SVN: r69743
This commit is contained in:
parent
5f08e44fc9
commit
270606acd8
@ -1,3 +1,8 @@
|
||||
2003-07-24 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
|
||||
__gcc_personality_v0.
|
||||
|
||||
2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* Makefile.in: Replace pwd by ${PWD_COMMAND}.
|
||||
|
@ -185,7 +185,13 @@ GCC_3.3 {
|
||||
_Unwind_SjLj_Resume_or_Rethrow
|
||||
}
|
||||
|
||||
%inherit GCC_3.4 GCC_3.3
|
||||
%inherit GCC_3.3.1 GCC_3.3
|
||||
GCC_3.3.1 {
|
||||
__gcc_personality_sj0
|
||||
__gcc_personality_v0
|
||||
}
|
||||
|
||||
%inherit GCC_3.4 GCC_3.3.1
|
||||
GCC_3.4 {
|
||||
# bit scanning and counting built-ins
|
||||
__clzsi2
|
||||
|
Loading…
Reference in New Issue
Block a user