summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-07-31 07:26:36 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-31 07:26:36 -0700
commit1877ea16ca0714abd715d6ce0aa1b840c3850241 (patch)
tree581b81cc1ea5c0cc8abb786bcf65388b30278928 /malloc
parent5b938b2543c991be88a06fd7438f804d05358ac1 (diff)
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.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 1099335fff..e7ec1abf93 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -104,6 +104,7 @@ $(objpfx)memusagestat: $(memusagestat-modules:%=$(objpfx)%.o)
include ../Rules
CFLAGS-mcheck-init.c = $(PIC-ccflag)
+CFLAGS-obstack.c = $(uses-callbacks)
$(objpfx)libmcheck.a: $(objpfx)mcheck-init.o
-rm -f $@