]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Adding missing -fexception CFLAGS
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 14 Nov 2012 12:35:10 +0000 (12:35 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 14 Nov 2012 12:35:10 +0000 (12:35 +0000)
ChangeLog
io/Makefile
misc/Makefile
nptl/ChangeLog
nptl/Makefile
posix/Makefile

index 591bfc07eaf0c25d270ca4fab68e722e4e3443cb..f5a3645fb3ae5225a7dbcd38a690111695f1f85d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
+       * misc/Makefile (CFLAGS-select.c): Define.
+       * posix/Makefile (CFLAGS-pause.c): Define.
+
 2012-11-13  David S. Miller  <davem@davemloft.net>
 
        * crypt/Makefile: Move test targets after toplevel Rules
index b076e4d8636178203abe72571ac18c6b0136ca6e..a2d6a7af3bef35e9c29ef97674e0a09410390018 100644 (file)
@@ -73,6 +73,8 @@ tests         := test-utime test-stat test-stat2 test-lfs tst-getcwd \
 
 include ../Rules
 
+CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fcntl.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-poll.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-ppoll.c = -fexceptions -fasynchronous-unwind-tables
index 4cb7f24e6c2859a447942f7afb382a5a5fbb14b1..78a3382058465623d788222082fdbddc9043b325 100644 (file)
@@ -81,6 +81,7 @@ ifeq ($(run-built-tests),yes)
 tests: $(objpfx)tst-error1-mem
 endif
 
+CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-tsearch.c = $(uses-callbacks)
 CFLAGS-lsearch.c = $(uses-callbacks)
 CFLAGS-pselect.c = -fexceptions
index 93e994669d1d34799708942efc3923d5c34241d0..48aa6da1adc0a97803403fd609f12de6ceeac0d2 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * Makefile (CFLAGS-open.c, CFLAGS-open64.c, CFLAGS-pause.c)
+         (CFLAGS-recv.c, CFLAGS-send.c): Define.
+
 2012-11-06  Chris Metcalf  <cmetcalf@tilera.com>
 
        * tst-sem14.c (TIMEOUT): Set timeout to 10 seconds.
index 9d777734a6250e28f1adaa507270b724eac5e7ae..316fbaea63f2c5bb6a9ca4f3f4b71f891f393d0b 100644 (file)
@@ -191,6 +191,11 @@ CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-msgrcv.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-msgsnd.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-tcdrain.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-recv.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-send.c = -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-pt-system.c = -fexceptions
 
index 853152ea99f8bd2d2eb4c79fa165dd06175302ac..80fbf203219f6603f8a3a0df1f61fab9ba263a14 100644 (file)
@@ -135,6 +135,7 @@ $(objpfx)config-name.h: $(..)scripts/config-uname.sh $(common-objpfx)config.make
 
 CFLAGS-regex.c = -Wno-strict-prototypes
 CFLAGS-getaddrinfo.c = -DRESOLVER -fexceptions
+CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-pread.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-pread64.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-pwrite.c = -fexceptions -fasynchronous-unwind-tables