aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-01-09 15:22:19 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2015-01-09 15:22:19 +0100
commit4c470097be7b403c8b424c703144b03a88f22b3b (patch)
tree369ffc00ab216799703aae584754898634fa45fc /gcc/ginclude
parent82a19768cb55aa06dc6aac858012cf40125a3d9f (diff)
downloadgcc-4c470097be7b403c8b424c703144b03a88f22b3b.zip
gcc-4c470097be7b403c8b424c703144b03a88f22b3b.tar.gz
gcc-4c470097be7b403c8b424c703144b03a88f22b3b.tar.bz2
unwind-arm-common.h: Revert previous commit.
gcc: * ginclude/unwind-arm-common.h: Revert previous commit. libstdc++-v3: * libsupc++/unwind-cxx.h: Revert previous commit. From-SVN: r219392
Diffstat (limited to 'gcc/ginclude')
-rw-r--r--gcc/ginclude/unwind-arm-common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ginclude/unwind-arm-common.h b/gcc/ginclude/unwind-arm-common.h
index 52118c7..833786f 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 *);