OSDN Git Service

more workarounds for GCC PR32219
authorTimo Teräs <timo.teras@iki.fi>
Wed, 30 Jun 2010 11:46:37 +0000 (14:46 +0300)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 30 Jun 2010 16:28:07 +0000 (18:28 +0200)
commitaa67771881d65373da448ad5f7a8393f3a1d9469
tree27014872fb65cc839b352ac7ddb55c9e674d7dfd
parent8b48f745be1e086d6e486bbb8167e770f3d1fbc5
more workarounds for GCC PR32219

Commit 2e53dd645d5348f207cec7f8595969dc566c5a55 workarounds GCC
bug when accessing _locale_init and _stdio_init. We need the same
fix for __errno_location and __h_errno_location otherwise we crash
calling null with static and non-threaded builds.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/misc/internals/__uClibc_main.c