Peter Wemm c707fea10b More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1
with the correct alignment.  This is important because this calls to
library static constructors are made from here.  The bug in the old crt*.s
files hid this because in this case, two wrongs do indeed make a right.
Also, call _rtld_bind() with the correct alignment, because it calls back
into the pthread library locking functions.  If things happen just
the wrong way, we get a SIG10 due to the broken stack alignment.
2004-03-21 01:43:39 +00:00
..
2002-02-06 16:38:40 +00:00
2004-03-14 05:27:26 +00:00
2002-07-06 19:19:48 +00:00
2003-06-08 12:40:50 +00:00
2003-05-04 00:43:39 +00:00
2002-07-15 18:51:57 +00:00
2004-02-02 18:23:18 +00:00
2004-03-08 22:03:29 +00:00