svn commit: r252731 - in stable: 7/contrib/libstdc++/libsupc++ 8/contrib/libstdc++/libsupc++ 9/contrib/libstdc++/libsupc++
Dimitry Andric
dim at FreeBSD.org
Thu Jul 4 22:09:15 UTC 2013
Author: dim
Date: Thu Jul 4 22:09:14 2013
New Revision: 252731
URL: http://svnweb.freebsd.org/changeset/base/252731
Log:
MFC r252387:
Make libsupc++'s __cxa_call_terminate() prototype consistent with the
definition.
Submitted by: dt71 at gmx.com
Modified:
stable/9/contrib/libstdc++/libsupc++/unwind-cxx.h
Directory Properties:
stable/9/contrib/libstdc++/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/7/contrib/libstdc++/libsupc++/unwind-cxx.h
stable/8/contrib/libstdc++/libsupc++/unwind-cxx.h
Directory Properties:
stable/7/contrib/libstdc++/ (props changed)
stable/8/contrib/libstdc++/ (props changed)
Modified: stable/9/contrib/libstdc++/libsupc++/unwind-cxx.h
==============================================================================
--- stable/9/contrib/libstdc++/libsupc++/unwind-cxx.h Thu Jul 4 21:57:09 2013 (r252730)
+++ stable/9/contrib/libstdc++/libsupc++/unwind-cxx.h Thu Jul 4 22:09:14 2013 (r252731)
@@ -133,7 +133,7 @@ extern "C" void __cxa_bad_typeid ();
// throws, and if bad_exception needs to be thrown. Called from the
// compiler.
extern "C" void __cxa_call_unexpected (void *) __attribute__((noreturn));
-extern "C" void __cxa_call_terminate (void*) __attribute__((noreturn));
+extern "C" void __cxa_call_terminate (_Unwind_Exception*) __attribute__((noreturn));
#ifdef __ARM_EABI_UNWINDER__
// Arm EABI specified routines.
More information about the svn-src-stable-9
mailing list