commit | 30adf15747f6458c0dadee10af5ca7f91d9a755b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 06 19:14:37 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 06 19:14:37 2015 -0800 |
tree | 1d4b8357de36286293e159f515d82156828d6137 | |
parent | 53ed9df8dcc4930fc314212433c339336f0e1b9f [diff] |
Stop defining HAVE_UNWIND_CONTEXT_STRUCT. The only code that still references this is only built for arm, so this should be a no-op. Change-Id: I64f40fc68bb387b6309075d158f5bd12f398ef20
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 541aff2..b678fb4 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h
@@ -102,9 +102,4 @@ */ #define HAVE_PRINTF_ZD 1 -/* - * Whether or not _Unwind_Context is defined as a struct. - */ -#define HAVE_UNWIND_CONTEXT_STRUCT 1 - #endif /* _ANDROID_CONFIG_H */
diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index ee308d8..70c249f 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h
@@ -97,9 +97,4 @@ */ #define HAVE_PRINTF_ZD 1 -/* - * Whether or not _Unwind_Context is defined as a struct. - */ -#define HAVE_UNWIND_CONTEXT_STRUCT 1 - #endif /* _ANDROID_CONFIG_H */
diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 5889b1e..056d95b 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
@@ -75,11 +75,6 @@ #define HAVE_PRCTL 1 /* - * Whether or not _Unwind_Context is defined as a struct. - */ -#define HAVE_UNWIND_CONTEXT_STRUCT - -/* * Define if <stdint.h> exists. */ #define HAVE_STDINT_H 1