Commit 270606ac by Richard Henderson Committed by Richard Henderson

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
parent 5f08e44f
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> 2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in: Replace pwd by ${PWD_COMMAND}. * Makefile.in: Replace pwd by ${PWD_COMMAND}.
......
...@@ -185,7 +185,13 @@ GCC_3.3 { ...@@ -185,7 +185,13 @@ GCC_3.3 {
_Unwind_SjLj_Resume_or_Rethrow _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 { GCC_3.4 {
# bit scanning and counting built-ins # bit scanning and counting built-ins
__clzsi2 __clzsi2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment