Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate alpha from ports to libc | Richard Henderson | 2014-02-12 | 209 | -34608/+0 |
| | | | | | | | | | | Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF. | ||||
* | alpha: Update libm-test-ulps | Richard Henderson | 2014-01-24 | 1 | -1142/+9871 |
| | |||||
* | alpha: Fix tls-macros.h | Richard Henderson | 2014-01-24 | 1 | -11/+11 |
| | | | | | | Reported to the gcc bugzilla, there was a missing dependency on $gp that let the compiler generated $gp reload be scheduled across the macros here. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 173 | -173/+173 |
| | |||||
* | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 2 | -1/+1 |
| | | | | | | | Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Make __ffs hidden | Andreas Schwab | 2013-09-20 | 2 | -0/+2 |
| | |||||
* | Fix then/than typos. | Ondřej Bílka | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | alpha: Update libm-test-ulps from scratch | Richard Henderson | 2013-07-02 | 1 | -205/+66 |
| | |||||
* | Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. | Ryan S. Arnold | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | [BZ #15666] alpha: Add __sqrt*_finite definitions | Richard Henderson | 2013-06-24 | 6 | -0/+68 |
| | | | | | With compatibility for ev6 and non-ev6 builds, as the non-ev6 did manage to get definitions emitted for the float and double functions. | ||||
* | alpha: Update libm-test-ulps | Richard Henderson | 2013-06-23 | 1 | -32/+6388 |
| | |||||
* | Remove trailing whitespace in ports. | Joseph Myers | 2013-06-05 | 13 | -14/+14 |
| | |||||
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -708/+706 |
| | |||||
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -7/+7 |
| | |||||
* | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | 2013-05-16 | 1 | -0/+1 |
| | | | | | | | | [BZ #15442] This adds support for the inverse interpretation of the quiet bit of IEEE 754 floating-point NaN data that some processors use. This includes in particular MIPS architecture processors; the payload used for the canonical qNaN encoding is updated accordingly so as not to interfere with the quiet bit. | ||||
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -2/+1 |
| | |||||
* | Fix copyright notice corruption from update-copyright bug. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 173 | -175/+173 |
| | |||||
* | alpha: Fix redefinition of __isnanl macro warning | Richard Henderson | 2012-12-07 | 1 | -3/+0 |
| | | | | | | | | | | In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition. | ||||
* | alpha: Avoid builtin warning for isnanf | Richard Henderson | 2012-12-07 | 1 | -0/+2 |
| | |||||
* | alpha: Add sysdeps/alpha/sotruss-lib.c. | Richard Henderson | 2012-11-30 | 1 | -0/+50 |
| | |||||
* | alpha: Update libm-test-ulps. | Richard Henderson | 2012-11-30 | 1 | -0/+250 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -1/+2 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -22/+33 |
| | |||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -0/+1 |
| | |||||
* | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | alpha: Update ulps | Richard Henderson | 2012-09-13 | 1 | -4/+571 |
| | |||||
* | alpha: Add get-rounding-mode.h | Richard Henderson | 2012-09-13 | 1 | -0/+35 |
| | |||||
* | alpha: Work around gcc 4.8 aliasing difference/bug | Richard Henderson | 2012-09-12 | 1 | -7/+5 |
| | |||||
* | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | 2012-08-16 | 1 | -1/+1 |
| | | | | | | | | | | | | The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes. | ||||
* | alpha: Don't test toolchain support for TLS or GPREL | Richard Henderson | 2012-08-13 | 2 | -241/+6 |
| | |||||
* | alpha: Fix compat version number for nearbyintl | Richard Henderson | 2012-08-13 | 1 | -2/+2 |
| | |||||
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 1 | -0/+1 |
| | |||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 205 | -0/+18916 |