Fix obstack* on i?86
commit1877ea16ca0714abd715d6ce0aa1b840c3850241
authorJakub Jelinek <jakub@redhat.com>
Fri, 31 Jul 2009 14:26:36 +0000 (31 07:26 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 31 Jul 2009 14:26:36 +0000 (31 07:26 -0700)
tree581b81cc1ea5c0cc8abb786bcf65388b30278928
parent5b938b2543c991be88a06fd7438f804d05358ac1
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.
ChangeLog
malloc/Makefile