commit | 918638c775ebd115084a42deb68bf518918f6640 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Sep 27 21:48:28 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Sep 28 12:17:00 2011 -0700 |
tree | 6afbe461678ce0f571ed0ead9ed2d0ded7ed66fe | |
parent | a5bfd4e3835b44296896da933ca9484441148ae3 [diff] |
enable HAVE_DLADDR, since... we have it Change-Id: I02baa1f7d3383e93a43fa04de1d39f7398e971bc
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