Merge "Temporary disable DL_WARNs for unused DT_*"

This commit is contained in:
Dmitriy Ivanov
2014-09-17 23:56:44 +00:00
committed by Gerrit Code Review

View File

@@ -2053,7 +2053,7 @@ bool soinfo::PrelinkImage() {
default: default:
if (!relocating_linker) { if (!relocating_linker) {
DL_WARN("%s: unused DT entry: type %p arg %p", name, DEBUG("%s: unused DT entry: type %p arg %p", name,
reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val)); reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val));
} }
break; break;