diff options
author | Ulrich Drepper <gmail@redhat.com> | 2011-01-12 20:59:32 -0500 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2011-02-03 20:05:26 +0100 |
commit | bbfacbc5eacc1394bedce108cafff7baebecae7e (patch) | |
tree | c582376eaf64470a7968a4ed082cc309a397bc61 /sysdeps/i386 | |
parent | 2d0273a47bc4e6d27f0b94babbc0e34f9d58052a (diff) | |
download | glibc-bbfacbc5eacc1394bedce108cafff7baebecae7e.tar.gz glibc-bbfacbc5eacc1394bedce108cafff7baebecae7e.tar.xz glibc-bbfacbc5eacc1394bedce108cafff7baebecae7e.zip |
Fix alignment in x86 destructor calls.
(cherry picked from commit 5e49c52efdb37eb0aa315156f39056f25ff9ddaa)
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |