summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-06-30 03:12:29 -0700
committerShih-wei Liao <sliao@google.com>2011-06-30 03:12:29 -0700
commite0536b5e8bcf923e7f4bdb99674f4a3466676906 (patch)
tree94b5d8414c839b4bb25eeaa49c931a2cc1066804
parent05e32eaea2031234736b384f72bfb82384ba61c2 (diff)
downloadlinkloader-e0536b5e8bcf923e7f4bdb99674f4a3466676906.tar.gz
Log clean-up.
Change-Id: I91e4ab1eaa83f13eaec30de116fedb6f957d9e3a
-rw-r--r--include/impl/ELFSymbol.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/impl/ELFSymbol.hxx b/include/impl/ELFSymbol.hxx
index 649ee28..f943e04 100644
--- a/include/impl/ELFSymbol.hxx
+++ b/include/impl/ELFSymbol.hxx
@@ -158,6 +158,7 @@ void *ELFSymbol_CRTP<Bitwidth>::getAddress(bool autoAlloc) const {
static_cast<ELFSectionBitsTy const &>(*sec);
memcpy(my_addr, &st[0] + (off_t)getValue(), getSize());
+#if 0
#ifdef __arm__
LOGD("Symbol %s\n", getName());
if (strcmp(getName(), "camera") == 0) {
@@ -168,6 +169,7 @@ void *ELFSymbol_CRTP<Bitwidth>::getAddress(bool autoAlloc) const {
LOGD(" | %08x %08x %08x %08x\n", p[12], p[13], p[14], p[15]);
}
#endif
+#endif
}
break;