ldso/mips: Remove redundant LD_DEBUG prints
commit6bf9a080b0a1b5a06db3b5ec2fb55149fa4badfa
authorGregory Fong <gregory.0xf0@gmail.com>
Mon, 21 Apr 2014 18:42:00 +0000 (21 11:42 -0700)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 23 Apr 2014 11:40:50 +0000 (23 13:40 +0200)
tree3686d60a42e9920e58620aeebd7cf5d875d43a80
parent33a59d1c1b9b33bad34e627e9e09035e5e7035f3
ldso/mips: Remove redundant LD_DEBUG prints

These should have been protected by

  if (_dl_debug_reloc && _dl_debug_detail)

, but since the previous change "ldso/mips: actually print results of
each relocation" makes this redundant, just eliminate these prints
instead.  I think this is the only item that is still printing
regardless of the value of LD_DEBUG when uClibc is built with
SUPPORT_LD_DEBUG=y.

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