K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-08-18T23:06:47.000000Z K 7 svn:log V 336 Bring ia64 back from the dead. After a call one needs to restore the GP register, because it's clobbered for calls across load modules. The previous commit inserted the call to _init_tls() between the call to atexit() and the restoration of the GP register clobbered by it. Fix: restore GP before we call _init_tls(). Pointy hat: dfr@ END