summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-09-28 15:16:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-28 15:16:44 -0700
commit2a32df25b8bb307693173911041458aaca84c84c (patch)
treec3a7739619e912d2e8bd3300b4ba069fa6460f39
parentb14bbf02980fdb87437c1054037fda09286be6a4 (diff)
parent918638c775ebd115084a42deb68bf518918f6640 (diff)
downloadcore-2a32df25b8bb307693173911041458aaca84c84c.tar.gz
Merge "enable HAVE_DLADDR, since... we have it"
-rw-r--r--include/arch/linux-arm/AndroidConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h
index 83891cdd4..cae112bdb 100644
--- a/include/arch/linux-arm/AndroidConfig.h
+++ b/include/arch/linux-arm/AndroidConfig.h
@@ -190,7 +190,7 @@
* with a memory address. If not defined, stack crawls will not have symbolic
* information.
*/
-#define HAVE_DLADDR 0
+#define HAVE_DLADDR 1
/*
* Defined if we have the cxxabi.h header for demangling C++ symbols. If