]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-tile
tile: align stack for tilegx32
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 14 May 2012 19:03:46 +0000 (15:03 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 14 May 2012 19:46:13 +0000 (15:46 -0400)
commitbcfe09d24161bdf3b734da2f2fc4692bd26b7f52
treea0f92eb1ea02277cad50c31a797067553374139f
parent8927be2b217ad44682efd987e32320ee80c4dbe1
tile: align stack for tilegx32

Previously we weren't re-aligning the stack pointer during the
call to _dl_init(), so for tilegx32 and an odd value in _dl_skip_args
and kernel unaligned access fixups disabled, we would die with SIGBUS.
We now handle this case properly by aligning before calling _dl_init().
ChangeLog.tile
sysdeps/tile/dl-start.S