am 2527a8b5: am 9043202b: am 20958207: Merge "Fix MIPS linker build"

* commit '2527a8b5a652d7f88b662fe3788e29b6bc2bbe78':
  Fix MIPS linker build
This commit is contained in:
Brian Carlstrom 2013-03-06 16:48:18 +00:00 committed by Android Git Automerger
commit 8f4880e2c6

View File

@ -1487,7 +1487,7 @@ static bool soinfo_link_image(soinfo* si) {
break; break;
default: default:
DEBUG("Unused DT entry: type 0x%08x arg 0x%08x\n", d[-1], d[0]); DEBUG("Unused DT entry: type 0x%08x arg 0x%08x\n", d->d_tag, d->d_un.d_val);
break; break;
#endif #endif
} }