[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r21858 - in /fsf/trunk/libc: ChangeLog elf/Makefile nptl_db/ChangeLog nptl_db/Makefile sysdeps/powerpc/fpu/libm-test-ulps
- To: commits@xxxxxxxxxx
- Subject: [Commits] r21858 - in /fsf/trunk/libc: ChangeLog elf/Makefile nptl_db/ChangeLog nptl_db/Makefile sysdeps/powerpc/fpu/libm-test-ulps
- From: eglibc@xxxxxxxxxx
- Date: Sat, 24 Nov 2012 00:01:42 -0000
Author: eglibc
Date: Sat Nov 24 00:01:41 2012
New Revision: 21858
Log:
Import glibc-mainline for 2012-11-24
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/elf/Makefile
fsf/trunk/libc/nptl_db/ChangeLog
fsf/trunk/libc/nptl_db/Makefile
fsf/trunk/libc/sysdeps/powerpc/fpu/libm-test-ulps
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Nov 24 00:01:41 2012
@@ -1,3 +1,11 @@
+2012-11-23 Mike Frysinger <vapier@xxxxxxxxxx>
+
+ * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
+
+2012-11-23 Andreas Schwab <schwab@xxxxxxxxxxxxxx>
+
+ * sysdeps/powerpc/fpu/libm-test-ulps: Update.
+
2012-11-22 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
Modified: fsf/trunk/libc/elf/Makefile
==============================================================================
--- fsf/trunk/libc/elf/Makefile (original)
+++ fsf/trunk/libc/elf/Makefile Sat Nov 24 00:01:41 2012
@@ -336,7 +336,7 @@
$(filter-out $(map-file),$^) $(load-map-file) \
-Wl,-soname=$(rtld-installed-name) \
-Wl,-defsym=_begin=0
- readelf -s $@ \
+ $(READELF) -s $@ \
| $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
# interp.c exists just to get this string into the libraries.
Modified: fsf/trunk/libc/nptl_db/ChangeLog
==============================================================================
--- fsf/trunk/libc/nptl_db/ChangeLog (original)
+++ fsf/trunk/libc/nptl_db/ChangeLog Sat Nov 24 00:01:41 2012
@@ -1,3 +1,7 @@
+2012-11-23 Mike Frysinger <vapier@xxxxxxxxxx>
+
+ * Makefile ($(objpfx)db-symbols.out): Change readelf to $(READELF).
+
2012-10-08 Jonathan Nieder <jrnieder@xxxxxxxxx>
[BZ #14661]
Modified: fsf/trunk/libc/nptl_db/Makefile
==============================================================================
--- fsf/trunk/libc/nptl_db/Makefile (original)
+++ fsf/trunk/libc/nptl_db/Makefile Sat Nov 24 00:01:41 2012
@@ -60,6 +60,6 @@
tests: $(objpfx)db-symbols.out
$(objpfx)db-symbols.out: $(objpfx)db-symbols.v.i \
$(common-objpfx)nptl/libpthread.so
- LC_ALL=C readelf -W -s $(filter %.so,$^) | $(AWK) -f $< > $@
+ LC_ALL=C $(READELF) -W -s $(filter %.so,$^) | $(AWK) -f $< > $@
$(objpfx)db-symbols.v.i: db-symbols.awk
Modified: fsf/trunk/libc/sysdeps/powerpc/fpu/libm-test-ulps
==============================================================================
--- fsf/trunk/libc/sysdeps/powerpc/fpu/libm-test-ulps (original)
+++ fsf/trunk/libc/sysdeps/powerpc/fpu/libm-test-ulps Sat Nov 24 00:01:41 2012
@@ -134,6 +134,9 @@
ildouble: 1
ldouble: 1
Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
+float: 1
+ifloat: 1
+Test "atan2 (-max_value, -min_value) == -pi/2":
float: 1
ifloat: 1
Test "atan2 (0.75, -1.0) == 2.49809154479650885165983415456218025":
@@ -2725,6 +2728,38 @@
idouble: 1
ildouble: 1
ldouble: 1
+Test "y0 (0x1p-100) == -4.420092432563900590456563035154802121284e+1":
+ildouble: 1
+ldouble: 1
+Test "y0 (0x1p-110) == -4.861363632869203777249475899390797503250e+1":
+double: 1
+idouble: 1
+ildouble: 1
+ldouble: 1
+Test "y0 (0x1p-20) == -8.8992283012125827603076426611387876938160":
+double: 1
+idouble: 1
+Test "y0 (0x1p-30) == -1.3311940304267782826037118027401817264906e+1":
+float: 1
+ifloat: 1
+ildouble: 1
+ldouble: 1
+Test "y0 (0x1p-40) == -1.7724652307320814696990854700366226762563e+1":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+Test "y0 (0x1p-60) == -2.6550076313426878432849115782108205929120e+1":
+float: 1
+ifloat: 1
+Test "y0 (0x1p-70) == -3.0962788316479910300778244424468159753887e+1":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+Test "y0 (0x1p-80) == -3.5375500319532942168707373066828113573541e+1":
+double: 1
+idouble: 1
Test "y0 (1.0) == 0.0882569642156769579829267660235151628":
double: 2
float: 1
@@ -2767,6 +2802,12 @@
float: 1
idouble: 1
ifloat: 1
+ildouble: 1
+ldouble: 1
+Test "y1 (0x1p-10) == -6.5190099301063115047395187618929589514382e+02":
+double: 1
+idouble: 1
+Test "y1 (0x1p-20) == -6.6754421443450423911167962313100637952285e+05":
ildouble: 1
ldouble: 1
Test "y1 (1.5) == -0.412308626973911295952829820633445323":
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits