summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-05 20:03:49 +0000
committermidipix <writeonce@midipix.org>2019-06-05 20:34:48 +0000
commitf2a400481ce5a8d1ee9319b8f8badee31bbed0d5 (patch)
tree62b64e13485ce64821ad9a712b0a5fa0bbec20e1
parent5badec2aaecfa224fb7a7d0462870f42523fa136 (diff)
downloadcbb-gcc-4.6.4-f2a400481ce5a8d1ee9319b8f8badee31bbed0d5.tar.bz2
cbb-gcc-4.6.4-f2a400481ce5a8d1ee9319b8f8badee31bbed0d5.tar.xz
exception handling: coding style: refer to struct __exception_record.
-rw-r--r--gcc/unwind-midipix.c4
-rw-r--r--libobjc/exception.c4
-rw-r--r--libstdc++-v3/libsupc++/eh_personality.cc4
3 files changed, 6 insertions, 6 deletions
diff --git a/gcc/unwind-midipix.c b/gcc/unwind-midipix.c
index 61907e176..ff448bf20 100644
--- a/gcc/unwind-midipix.c
+++ b/gcc/unwind-midipix.c
@@ -25,10 +25,10 @@
#include "unwind-c.c"
int __gcc_personality_seh0(
- struct _nt_exception_record * erec,
+ struct __exception_record * erec,
void * this_frame,
mcontext_t * tctx,
- struct _nt_dispatcher_context * dctx)
+ struct __dispatcher_context * dctx)
{
return __unwind_exception_filter(
erec,this_frame,tctx,dctx,
diff --git a/libobjc/exception.c b/libobjc/exception.c
index 702769eba..a79068f58 100644
--- a/libobjc/exception.c
+++ b/libobjc/exception.c
@@ -521,10 +521,10 @@ PERSONALITY_FUNCTION (int version,
#ifdef TARGET_PERSONALITY_FUNCTION_MIDIPIX
int __gnu_objc_personality_seh0(
- struct _nt_exception_record * erec,
+ struct __exception_record * erec,
void * this_frame,
mcontext_t * tctx,
- struct _nt_dispatcher_context * dctx)
+ struct __dispatcher_context * dctx)
{
return __unwind_exception_filter(
erec,this_frame,tctx,dctx,
diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc
index 3ef761515..29e2e461e 100644
--- a/libstdc++-v3/libsupc++/eh_personality.cc
+++ b/libstdc++-v3/libsupc++/eh_personality.cc
@@ -733,10 +733,10 @@ PERSONALITY_FUNCTION (int version,
extern "C"
int __gxx_personality_seh0(
- struct _nt_exception_record * erec,
+ struct __exception_record * erec,
void * this_frame,
mcontext_t * tctx,
- struct _nt_dispatcher_context * dctx)
+ struct __dispatcher_context * dctx)
{
return __unwind_exception_filter(
erec,this_frame,tctx,dctx,