freebsd-dev/lib/csu/ia64
Marcel Moolenaar e8e41d4cf8 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@
2004-08-18 23:06:47 +00:00
..
crt1.S Bring ia64 back from the dead. After a call one needs to restore the 2004-08-18 23:06:47 +00:00
crti.S
crtn.S
Makefile Rewite _start(). We cannot use a C function due to the fact that we 2003-07-13 23:11:37 +00:00