diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:18:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 09:18:37 +0000 |
commit | 3402852c2c478213b086648eab9848a35b7f5dbf (patch) | |
tree | bf17d7bffb3e9c0c0dd227df67e3f1e49d7d0476 /linuxthreads/sysdeps | |
parent | a4db3439f1177cf5c5ceb80bfa3f3a2cef00fc0e (diff) | |
download | glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.gz glibc-3402852c2c478213b086648eab9848a35b7f5dbf.tar.xz glibc-3402852c2c478213b086648eab9848a35b7f5dbf.zip |
Update.
2003-09-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/utimes.c (__utimes): Truncate instead of round. * sysdeps/unix/sysv/linux/utimes.c (__utimes): Likewise.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/i386/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linuxthreads/sysdeps/i386/Makefile b/linuxthreads/sysdeps/i386/Makefile index b0051fbdd7..45183d1cd3 100644 --- a/linuxthreads/sysdeps/i386/Makefile +++ b/linuxthreads/sysdeps/i386/Makefile @@ -6,15 +6,15 @@ CFLAGS-pt-initfini.s += -march=i386 -mcpu=i386 # Most files must not be compiled without frame pointer since we need # the frame base address which is stored in %ebp unless the frame pointer # is optimized out. -CFLAGS-cancel.c += -fno-omit-frame-pointer +CFLAGS-cancel.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4 CFLAGS-condvar.c += -fno-omit-frame-pointer CFLAGS-join.c += -fno-omit-frame-pointer -CFLAGS-manager.c += -fno-omit-frame-pointer +CFLAGS-manager.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4 CFLAGS-oldsemaphore.c += -fno-omit-frame-pointer -CFLAGS-pthread.c += -fno-omit-frame-pointer +CFLAGS-pthread.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4 CFLAGS-ptlongjmp.c += -fno-omit-frame-pointer CFLAGS-semaphore.c += -fno-omit-frame-pointer -CFLAGS-sighandler.c += -fno-omit-frame-pointer +CFLAGS-sighandler.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4 endif ifeq ($(subdir),csu) |