aboutsummaryrefslogtreecommitdiffstats
path: root/linker/linker_format.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-02 12:37:13 -0700
committerElliott Hughes <enh@google.com>2012-11-02 13:46:23 -0700
commit61a9ccb41eba8c35cae6e21318aca7160a402c5b (patch)
tree45635217570d9cb83b4da14cac70beefdaa73f53 /linker/linker_format.cpp
parented537239a94ebd11a8c262a319d81fd1f0d3f73f (diff)
downloadandroid_bionic-61a9ccb41eba8c35cae6e21318aca7160a402c5b.tar.gz
android_bionic-61a9ccb41eba8c35cae6e21318aca7160a402c5b.tar.bz2
android_bionic-61a9ccb41eba8c35cae6e21318aca7160a402c5b.zip
Make dynamic linker debugging always available.
If you need to build your own linker to get debugging, the debugging is never available when you need it. Change-Id: I5ff7e55753459d49a2990f25d9aa155e0b8602e0
Diffstat (limited to 'linker/linker_format.cpp')
-rw-r--r--linker/linker_format.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/linker/linker_format.cpp b/linker/linker_format.cpp
index cc70a0345..60b759bf3 100644
--- a/linker/linker_format.cpp
+++ b/linker/linker_format.cpp
@@ -184,8 +184,6 @@ snprintf(char* buff, size_t bufsize, const char* format, ...)
return ret;
}
-#if LINKER_DEBUG
-
#if !LINKER_DEBUG_TO_LOG
/*** File descriptor output
@@ -326,8 +324,6 @@ format_log(int prio, const char *tag, const char *format, ...)
#endif /* LINKER_DEBUG_TO_LOG */
-#endif /* LINKER_DEBUG */
-
/*** formatted output implementation
***/