aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-11-01 15:32:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-01 15:32:39 +0000
commit0cb208dc6f72565a8a2ee12ad503ca942f1c09f4 (patch)
treeb2ee4bb8f16216a33fd4eae2acaf7a2edd6a5f8f
parent20da257d3834dfcc1e9477744b803cc957c3efe8 (diff)
parentecafb12e91168a7e3f2701936629365d2325d372 (diff)
downloadvalgrind-0cb208dc6f72565a8a2ee12ad503ca942f1c09f4.tar.gz
Merge "bionic now has ElfXX_Chdr..."
-rw-r--r--config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.h b/config.h
index 858b44788..a5caf4983 100644
--- a/config.h
+++ b/config.h
@@ -95,10 +95,14 @@
#endif
/* Define to 1 if the system has the type `Elf32_Chdr'. */
-//#define HAVE_ELF32_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF32_CHDR 1
+#endif
/* Define to 1 if the system has the type `Elf64_Chdr'. */
-//#define HAVE_ELF64_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF64_CHDR 1
+#endif
/* Define to 1 if you have the <endian.h> header file. */
#define HAVE_ENDIAN_H 1