From 5e49c52efdb37eb0aa315156f39056f25ff9ddaa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Jan 2011 20:59:32 -0500 Subject: Fix alignment in x86 destructor calls. --- sysdeps/i386/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index ef45ce6e78..3d9f3fc358 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -47,6 +47,7 @@ endif # And a couple of other routines ifeq ($(subdir),stdlib) CFLAGS-exit.c += -mpreferred-stack-boundary=4 +CFLAGS-cxa_finalize.c += -mpreferred-stack-boundary=4 endif ifeq ($(subdir),elf) CFLAGS-dl-init.c += -mpreferred-stack-boundary=4 -- cgit 1.4.1