diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-09 14:22:19 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-09 14:22:19 +0000 |
commit | 0375cff7152718692e3b0af90d944fb3393f0ae3 (patch) | |
tree | 369ffc00ab216799703aae584754898634fa45fc /gcc/ginclude | |
parent | 275d0a7c13cfc8ac8eb740e3a733d6945404f90e (diff) | |
download | gcc-0375cff7152718692e3b0af90d944fb3393f0ae3.tar.gz |
gcc:
* ginclude/unwind-arm-common.h: Revert previous commit.
libstdc++-v3:
* libsupc++/unwind-cxx.h: Revert previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude')
-rw-r--r-- | gcc/ginclude/unwind-arm-common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ginclude/unwind-arm-common.h b/gcc/ginclude/unwind-arm-common.h index 52118c72967..833786f01b3 100644 --- a/gcc/ginclude/unwind-arm-common.h +++ b/gcc/ginclude/unwind-arm-common.h @@ -82,11 +82,7 @@ extern "C" { struct _Unwind_Control_Block { -#ifdef __FreeBSD__ - unsigned exception_class __attribute__((__mode__(__DI__))); -#else char exception_class[8]; -#endif void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); /* Unwinder cache, private fields for the unwinder's use */ struct @@ -185,11 +181,7 @@ extern "C" { /* Support functions for the PR. */ #define _Unwind_Exception _Unwind_Control_Block -#ifdef __FreeBSD__ - typedef unsigned _Unwind_Exception_Class __attribute__((__mode__(__DI__))); -#else typedef char _Unwind_Exception_Class[8]; -#endif void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); |