about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-28 17:04:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-28 17:09:09 +0200
commit6b1df8b27f7c48d3933b152c0edc9493b199df84 (patch)
tree3aa33bc29ee5d71c884eb54adebe2fee9f522ce8 /ChangeLog
parenta0f83f0b4f3a0008bf98bd416bc6a2b7a5256622 (diff)
downloadglibc-6b1df8b27f7c48d3933b152c0edc9493b199df84.tar.gz
glibc-6b1df8b27f7c48d3933b152c0edc9493b199df84.tar.xz
glibc-6b1df8b27f7c48d3933b152c0edc9493b199df84.zip
i386: Support CFLAGS which imply -fno-omit-frame-pointer [BZ #20729]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0034c74f9e..b5626ed5ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
 2016-10-28  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #20729]
+	Support i386 builds with CFLAGS which imply -fno-omit-frame-pointer.
+	* sysdeps/unix/sysv/linux/i386/Makefile
+	(uses-6-syscall-arguments): Define.
+	[subdir == misc] (CFLAGS-epoll_pwait.o, CFLAGS-epoll_pwait.os)
+	(CFLAGS-mmap.o, CFLAGS-mmap.os, CFLAGS-mmap64.o, CFLAGS-mmap64.os)
+	(CFLAGS-pselect.o, CFLAGS-pselect.os, CFLAGS-rtld-mmap.os): Use it.
+	[subdir = sysvipc] (CFLAGS-semtimedop.o, CFLAGS-semtimedop.os):
+	Likewise.
+	[subdir = io] (CFLAGS-posix_fadvise64.o, CFLAGS-posix_fadvise64.os)
+	(CFLAGS-posix_fallocate.o, CFLAGS-posix_fallocate.os)
+	(CFLAGS-posix_fallocate64.o, CFLAGS-posix_fallocate64.os)
+	(CFLAGS-sync_file_range.o, CFLAGS-sync_file_range.os)
+	(CFLAGS-fallocate.o, CFLAGS-fallocate.os, CFLAGS-fallocate64.o)
+	(CFLAGS-fallocate64.os): Likewise.
+	[subdir = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o)
+	(CFLAGS-pthread_rwlock_timedrdlock.os)
+	(CFLAGS-pthread_rwlock_timedwrlock.o)
+	(CFLAGS-pthread_rwlock_timedwrlock.os, CFLAGS-sem_wait.o)
+	(CFLAGS-sem_wait.os, CFLAGS-sem_timedwait.o)
+	(CFLAGS-sem_timedwait.os): Likewise.
+
+2016-10-28  Florian Weimer  <fweimer@redhat.com>
+
 	* elf/tst-linkall-static.c: New file.
 	* elf/Makefile (tests-static): Add tst-linkall-static.
 	(tst-linkall-static): Link against static libraries.