[cfe-commits] [libcxxabi] r147148 - in /libcxxabi/trunk: CREDITS.TXT src/cxa_exception.cpp

Howard Hinnant hhinnant at apple.com
Thu Dec 22 08:00:06 PST 2011


Author: hhinnant
Date: Thu Dec 22 10:00:06 2011
New Revision: 147148

URL: http://llvm.org/viewvc/llvm-project?rev=147148&view=rev
Log:
credits adjustment

Modified:
    libcxxabi/trunk/CREDITS.TXT
    libcxxabi/trunk/src/cxa_exception.cpp

Modified: libcxxabi/trunk/CREDITS.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CREDITS.TXT?rev=147148&r1=147147&r2=147148&view=diff
==============================================================================
--- libcxxabi/trunk/CREDITS.TXT (original)
+++ libcxxabi/trunk/CREDITS.TXT Thu Dec 22 10:00:06 2011
@@ -10,13 +10,13 @@
 
 N: Howard Hinnant
 E: hhinnant at apple.com
-D: Architect and primary author of libc++abi
+D: Architect and primary coauthor of libc++abi
 
 N: Marshall Clow
 E: marshall at idio.com
 E: mclow.lists at gmail.com
 E: mclow at qualcomm.com
-D: Aux Runtime and vector functionality, exception handling
+D: Architect and primary coauthor of libc++abi
 
 N: Nick Kledzik
 E: kledzik at apple.com

Modified: libcxxabi/trunk/src/cxa_exception.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/cxa_exception.cpp?rev=147148&r1=147147&r2=147148&view=diff
==============================================================================
--- libcxxabi/trunk/src/cxa_exception.cpp (original)
+++ libcxxabi/trunk/src/cxa_exception.cpp Thu Dec 22 10:00:06 2011
@@ -449,6 +449,12 @@
     // If we return client will call terminate()
 }
 
+_Unwind_Reason_Code
+__gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass,
+                     _Unwind_Exception* exceptionObject, _Unwind_Context* context)
+{
+}
+
 }  // extern "C"
 
 }  // abi





More information about the cfe-commits mailing list