commit | 2a32df25b8bb307693173911041458aaca84c84c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Sep 28 15:16:44 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 28 15:16:44 2011 -0700 |
tree | c3a7739619e912d2e8bd3300b4ba069fa6460f39 | |
parent | b14bbf02980fdb87437c1054037fda09286be6a4 [diff] | |
parent | 918638c775ebd115084a42deb68bf518918f6640 [diff] |
Merge "enable HAVE_DLADDR, since... we have it"
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index 83891cd..cae112b 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