unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED 1/3] Update alpha libm-test-ulps
@ 2020-10-08 13:30 Adhemerval Zanella via Libc-alpha
  2020-10-08 13:30 ` [COMMITTED 2/3] Update mips64 libm-test-ulps Adhemerval Zanella via Libc-alpha
  2020-10-08 13:30 ` [COMMITTED 3/3] nptl: Add missing cancellation flags on lockf Adhemerval Zanella via Libc-alpha
  0 siblings, 2 replies; 3+ messages in thread
From: Adhemerval Zanella via Libc-alpha @ 2020-10-08 13:30 UTC (permalink / raw)
  To: libc-alpha

---
 sysdeps/alpha/fpu/libm-test-ulps | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps
index efe395c8f2..70fd2c9339 100644
--- a/sysdeps/alpha/fpu/libm-test-ulps
+++ b/sysdeps/alpha/fpu/libm-test-ulps
@@ -1072,7 +1072,7 @@ ldouble: 4
 Function: "j0_towardzero":
 double: 4
 float: 5
-ldouble: 2
+ldouble: 4
 
 Function: "j0_upward":
 double: 4
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [COMMITTED 2/3] Update mips64 libm-test-ulps
  2020-10-08 13:30 [COMMITTED 1/3] Update alpha libm-test-ulps Adhemerval Zanella via Libc-alpha
@ 2020-10-08 13:30 ` Adhemerval Zanella via Libc-alpha
  2020-10-08 13:30 ` [COMMITTED 3/3] nptl: Add missing cancellation flags on lockf Adhemerval Zanella via Libc-alpha
  1 sibling, 0 replies; 3+ messages in thread
From: Adhemerval Zanella via Libc-alpha @ 2020-10-08 13:30 UTC (permalink / raw)
  To: libc-alpha

---
 sysdeps/mips/mips64/libm-test-ulps | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/mips/mips64/libm-test-ulps b/sysdeps/mips/mips64/libm-test-ulps
index 3ea2a6748f..ea70690b97 100644
--- a/sysdeps/mips/mips64/libm-test-ulps
+++ b/sysdeps/mips/mips64/libm-test-ulps
@@ -1072,7 +1072,7 @@ ldouble: 4
 Function: "j0_towardzero":
 double: 4
 float: 5
-ldouble: 2
+ldouble: 4
 
 Function: "j0_upward":
 double: 4
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [COMMITTED 3/3] nptl: Add missing cancellation flags on lockf
  2020-10-08 13:30 [COMMITTED 1/3] Update alpha libm-test-ulps Adhemerval Zanella via Libc-alpha
  2020-10-08 13:30 ` [COMMITTED 2/3] Update mips64 libm-test-ulps Adhemerval Zanella via Libc-alpha
@ 2020-10-08 13:30 ` Adhemerval Zanella via Libc-alpha
  1 sibling, 0 replies; 3+ messages in thread
From: Adhemerval Zanella via Libc-alpha @ 2020-10-08 13:30 UTC (permalink / raw)
  To: libc-alpha

It also removes CFLAGS-lockf.c duplicate rule.  It fixes
nptl/tst-cancelx16 on mips64-linux-gnu.
---
 io/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/io/Makefile b/io/Makefile
index cf380f3516..36ac06070a 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -93,7 +93,8 @@ CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-lockf.c += -fexceptions
+CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-lockf64.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-statfs.c += -fexceptions
 CFLAGS-fstatfs.c += -fexceptions
 CFLAGS-statvfs.c += -fexceptions
@@ -102,7 +103,6 @@ CFLAGS-fts.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
 CFLAGS-fts64.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
 CFLAGS-ftw.c += $(uses-callbacks) -fexceptions
 CFLAGS-ftw64.c += $(uses-callbacks) -fexceptions
-CFLAGS-lockf.c += -fexceptions
 CFLAGS-posix_fallocate.c += -fexceptions
 CFLAGS-posix_fallocate64.c += -fexceptions
 CFLAGS-fallocate.c += -fexceptions
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-08 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 13:30 [COMMITTED 1/3] Update alpha libm-test-ulps Adhemerval Zanella via Libc-alpha
2020-10-08 13:30 ` [COMMITTED 2/3] Update mips64 libm-test-ulps Adhemerval Zanella via Libc-alpha
2020-10-08 13:30 ` [COMMITTED 3/3] nptl: Add missing cancellation flags on lockf Adhemerval Zanella via Libc-alpha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).