]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix obstack* on i?86
authorJakub Jelinek <jakub@redhat.com>
Fri, 31 Jul 2009 14:26:36 +0000 (07:26 -0700)
committerPetr Baudis <pasky@suse.cz>
Fri, 18 Sep 2009 14:51:52 +0000 (16:51 +0200)
commit01d137496b4b6df9a92139708ce43c54dc63ba93
treedc6ec6d55c496d527c019c0ea03be4d5a92ab3a9
parentb1cc14cb09c03318a0c1ce2a29519999fde7b7c0
Fix obstack* on i?86

obstack calls several callbacks, so on i?86 it'd better be compiled
without -mpreferred-stack-boundary=2, otherwise the callbacks are called
with misaligned stack.
(cherry picked from commit 1877ea16ca0714abd715d6ce0aa1b840c3850241)
ChangeLog
malloc/Makefile