diff options
author | Elliott Hughes <enh@google.com> | 2013-01-25 15:57:40 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-01-25 15:57:40 -0800 |
commit | 2988a09f90d53bda1d1b5785b25cc153ba73fb77 (patch) | |
tree | b4374b08048d9c868fe1fc655a834393c3b310cc /core/combo/include/arch/darwin-x86 | |
parent | 7a184cb70f7fbdf7f9f64b88338dcd155cfe1e3d (diff) | |
download | build-2988a09f90d53bda1d1b5785b25cc153ba73fb77.zip build-2988a09f90d53bda1d1b5785b25cc153ba73fb77.tar.gz build-2988a09f90d53bda1d1b5785b25cc153ba73fb77.tar.bz2 |
Remove HAVE_DLADDR from AndroidConfig.h.
Change-Id: I014ce98c61b12169e381b769af34b682df46087e
Diffstat (limited to 'core/combo/include/arch/darwin-x86')
-rw-r--r-- | core/combo/include/arch/darwin-x86/AndroidConfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 9da01c5..012f014 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -171,13 +171,6 @@ #define HAVE_BACKTRACE 0 /* - * Defined if we have the dladdr() call for retrieving the symbol associated - * with a memory address. If not defined, stack crawls will not have symbolic - * information. - */ -#define HAVE_DLADDR 1 - -/* * Defined if we have the cxxabi.h header for demangling C++ symbols. If * not defined, stack crawls will be displayed with raw mangled symbols */ |