Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/external/bsd/compiler_rt/dist/lib/builtins Pull up fo...



details:   https://anonhg.NetBSD.org/src/rev/93f0eecc893f
branches:  netbsd-7
changeset: 799080:93f0eecc893f
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Mar 15 22:39:58 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #580):
        sys/external/bsd/compiler_rt/dist/lib/builtins/gcc_personality_v0.c: revision 1.2
Don't use __gcc_personality_sj0 on ARM.

diffstat:

 sys/external/bsd/compiler_rt/dist/lib/builtins/gcc_personality_v0.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b50de91750ce -r 93f0eecc893f sys/external/bsd/compiler_rt/dist/lib/builtins/gcc_personality_v0.c
--- a/sys/external/bsd/compiler_rt/dist/lib/builtins/gcc_personality_v0.c       Thu Mar 12 19:20:58 2015 +0000
+++ b/sys/external/bsd/compiler_rt/dist/lib/builtins/gcc_personality_v0.c       Sun Mar 15 22:39:58 2015 +0000
@@ -180,7 +180,7 @@
  * on each frame as the stack is unwound during a C++ exception
  * throw through a C function compiled with -fexceptions.
  */
-#if __arm__
+#if __USING_SJLJ_EXCEPTIONS__
 // the setjump-longjump based exceptions personality routine has a different name
 COMPILER_RT_ABI _Unwind_Reason_Code
 __gcc_personality_sj0(int version, _Unwind_Action actions,



Home | Main Index | Thread Index | Old Index