OSDN Git Service

Fix for SIGBUS error on MIPS64 with N64 ABI
authorWaldemar Brodkorb <wbx@openadk.org>
Wed, 27 Nov 2013 08:55:51 +0000 (09:55 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Dec 2013 13:11:36 +0000 (14:11 +0100)
commit052bcf13afb067cafac5e7f4fc21fbad2b34b11f
tree5166a1dedd68ac140a6a5e404009696981f89c81
parent7bec7d6325c9e46767eb46abab0fd941c14ac0e5
Fix for SIGBUS error on MIPS64 with N64 ABI

When accessing errno, a per thread variable, from _stdio_init
a SIGBUS error happens. This change fixes the wrong relocation
and debug output.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/ldso/mips/elfinterp.c