Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | |
2013-01-02 | Fix copyright notice corruption from update-copyright bug. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-12-07 | alpha: Fix redefinition of __isnanl macro warning | Richard Henderson | |
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. | |||
2012-12-07 | alpha: Avoid builtin warning for isnanf | Richard Henderson | |
2012-11-30 | alpha: Add sysdeps/alpha/sotruss-lib.c. | Richard Henderson | |
2012-11-30 | alpha: Update libm-test-ulps. | Richard Henderson | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | |
2012-09-13 | alpha: Update ulps | Richard Henderson | |
2012-09-13 | alpha: Add get-rounding-mode.h | Richard Henderson | |
2012-09-12 | alpha: Work around gcc 4.8 aliasing difference/bug | Richard Henderson | |
2012-08-16 | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | |
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. | |||
2012-08-13 | alpha: Don't test toolchain support for TLS or GPREL | Richard Henderson | |
2012-08-13 | alpha: Fix compat version number for nearbyintl | Richard Henderson | |
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | |
2012-07-01 | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | Joseph Myers | |