credits adjustment

llvm-svn: 147148
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: f5bde09cc1d98fbeddbdf29cbe4de4e19c964200
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 14303d7..a99245f 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -10,13 +10,13 @@
 
 N: Howard Hinnant
 E: hhinnant@apple.com
-D: Architect and primary author of libc++abi
+D: Architect and primary coauthor of libc++abi
 
 N: Marshall Clow
 E: marshall@idio.com
 E: mclow.lists@gmail.com
 E: mclow@qualcomm.com
-D: Aux Runtime and vector functionality, exception handling
+D: Architect and primary coauthor of libc++abi
 
 N: Nick Kledzik
 E: kledzik@apple.com
diff --git a/src/cxa_exception.cpp b/src/cxa_exception.cpp
index 77ac7c5..9d9d764 100644
--- a/src/cxa_exception.cpp
+++ b/src/cxa_exception.cpp
@@ -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