commit | 405931e961b66b5862a14d75792736ca622f5f34 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 07 04:34:52 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 07 04:34:53 2015 +0000 |
tree | 1440811057db4084bb5827757b80711aadb5b5e4 | |
parent | ad6dd21e1ae27941b0c00629b095dd9a9ae2d7c2 [diff] | |
parent | 30adf15747f6458c0dadee10af5ca7f91d9a755b [diff] |
Merge "Stop defining HAVE_UNWIND_CONTEXT_STRUCT."
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