ldso/mips: actually print results of each relocation
commit33a59d1c1b9b33bad34e627e9e09035e5e7035f3
authorGregory Fong <gregory.0xf0@gmail.com>
Mon, 21 Apr 2014 18:41:59 +0000 (21 11:41 -0700)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 23 Apr 2014 11:40:50 +0000 (23 13:40 +0200)
tree26ba11c6377f839d23be596e69e256d250761590
parent75cc39f89b366257d51ad3dbdf1ffd66e52c1a09
ldso/mips: actually print results of each relocation

The patched line was outside of the body of the loop over relocations
and so would only print the results of the last relocation, fix that.

Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/ldso/mips/elfinterp.c