From 1877ea16ca0714abd715d6ce0aa1b840c3850241 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 31 Jul 2009 07:26:36 -0700 Subject: 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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eca461fc79..2ff87e5335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-31 Jakub Jelinek + + * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks). + 2009-07-30 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file. -- cgit 1.4.1