about summary refs log tree commit diff
path: root/sysdeps/powerpc/soft-fp
Commit message (Collapse)AuthorAgeFilesLines
* Remove sysdeps/powerpc/soft-fp directory.Joseph Myers2018-05-241-114/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per <https://sourceware.org/ml/libc-alpha/2014-10/msg00369.html>, there should not be separate sysdeps/<arch>/soft-fp directories when those are used by all configurations that use sysdeps/<arch>, and, more generally, should not be sysdeps/foo/Implies files pointing to a subdirectory foo/bar. sysdeps/powerpc/soft-fp isn't quite such a case, as the Implies files pointing to it are sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies and sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies (and indeed there is a different sfp-machine.h used for powerpc64le). However, the same principle applies: there is no need for this directory because sfp-machine.h, the only file in it, can most naturally go in sysdeps/powerpc/nofpu, which is used by exactly the same configurations (and there is a close dependence between the files there and the sfp-machine.h implementation). This patch eliminates the sysdeps/powerpc/soft-fp directory accordingly. Tested with build-many-glibcs.py that installed stripped shared libraries for powerpc configurations are unchanged by this patch. * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove powerpc/soft-fp. * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies: Likewise. * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to .... * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
* soft-fp: support after-rounding tininess detection.Joseph Myers2014-02-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IEEE 754-2008 defines two ways in which tiny results can be detected, "before rounding" (based on the infinite-precision result) and "after rounding" (based on the result when rounded to normal precision as if the exponent range were unbounded). All binary operations on an architecture must use the same choice of how tininess is detected. soft-fp has so far implemented only before-rounding tininess detection. This patch adds support for after-rounding tininess detection. A new macro _FP_TININESS_AFTER_ROUNDING is added that sfp-machine.h must define (soft-fp is meant to be self-contained so the existing tininess.h files aren't used here, though the information going in sfp-machine.h has been taken from them). The soft-fp macros dealing with raising underflow exceptions then handle the cases where the choice matters specially, rounding a copy of the input to the appropriate precision to see if a value that's tiny before rounding isn't tiny after rounding. Tested for mips64 using GCC trunk (which now uses soft-fp on MIPS, so supporting exceptions and rounding modes for long double where not previously supported - this is the immediate motivation for doing this patch now) together with (a) a patch to sysdeps/mips/math-tests.h to enable exceptions / rounding modes tests for long double for GCC 4.9 and later, and (b) corresponding changes applied to libgcc's soft-fp and sfp-machine.h files. In the libgcc context this is also tested on x86_64 (also an after-rounding architecture) with testcases for __float128 that I intend to add to the GCC testsuite when updating soft-fp there. (To be clear: this patch does not fix any glibc bugs that were user-visible in past releases, since after-rounding architectures didn't use soft-fp in any affected case with support for floating-point exceptions - so there is no corresponding Bugzilla bug. Rather, it works together with the GCC changes to use soft-fp on MIPS to allow previously absent long double functionality to work properly, and allows soft-fp to be used in glibc on after-rounding architectures in cases where it couldn't previously be used.) * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly unused. (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in subnormal range. (_FP_PACK_CANONICAL): Determine tininess based on rounding to normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded value has largest subnormal exponent. * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0. * sysdeps/aarch64/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New macro. * sysdeps/alpha/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/mips/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/powerpc/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise. * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Likewise.
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-191-13/+10
|
* Add e500 port.Joseph Myers2013-10-181-9/+55
|
* Move powerpc ports pieces to libc.Joseph Myers2013-10-041-0/+69
|
* Remove sysdeps/powerpc/soft-fp.Joseph Myers2012-05-1931-1182/+0
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0928-84/+56
|
* * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ...Roland McGrath2006-02-2514-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/sparc/dl-procinfo.c: ... here, new file. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Moved to ... * sysdeps/sparc/dl-procinfo.h: ... here, new file. (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE__ != 64]. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: File removed. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: File removed. 2006-02-18 Joseph S. Myers <joseph@codesourcery.com> * soft-fp/single.h (SFtype): Define. (union _FP_UNION_S): Use it. * soft-fp/double.h (DFtype): Define. (union _FP_UNION_D): Use it. * soft-fp/extended.h (XFtype): Define. (union _FP_UNION_E): Use it. * soft-fp/quad.h (TFtype): Define. (union _FP_UNION_Q): Use it. * soft-fp/soft-fp.h: Add _LIBC conditionals. (SI_BITS, DI_BITS): Define. * soft-fp/op-common.h (_FP_DECL): Add __attribute__((unused)) for X##_c. (_FP_CMP_EQ): Use parentheses for && inside ||. (_FP_TO_INT): Use statement expressions in conditional controlling constant shift. (_FP_FROM_INT): Likewise. Take unsigned type as argument. * soft-fp/op-2.h (_FP_FRAC_SLL_2, _FP_FRAC_SRL_2, _FP_FRAC_SRST_2, _FP_FRAC_SRS_2, _FP_FRAC_ASSEMBLE_2): Use statement expressions in conditional controlling possibly constant shift. (_FP_FRAC_SRST_2, _FP_FRAC_SRS_2): Avoid left shift by exactly _FP_W_TYPE_SIZE. (_FP_FRAC_GT_2, _FP_FRAC_GE_2): Use parentheses for && inside ||. * soft-fp/op-4.h (_FP_FRAC_SRST_4): Avoid left shift by exactly _FP_W_TYPE_SIZE. (__FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Use _FP_W_TYPE for carry flags. * soft-fp/op-8.h (_FP_FRAC_SRS_8): Avoid left shift by exactly _FP_W_TYPE_SIZE. * soft-fp/floatdidf.c: Pass unsigned type and macro for type size. * soft-fp/floatdisf.c: Likewise. * soft-fp/floatditf.c: Likewise. * soft-fp/floatsidf.c: Likewise. * soft-fp/floatsisf.c: Likewise. * soft-fp/floatsitf.c: Likewise. * soft-fp/floatundidf.c: Likewise. * soft-fp/floatundisf.c: Likewise. * soft-fp/floatunditf.c: Likewise. * soft-fp/floatunsidf.c: Likewise. * soft-fp/floatunsisf.c: Likewise. * soft-fp/floatunsitf.c: Likewise. * soft-fp/fixdfdi.c: Pass macro for type size. * soft-fp/fixdfsi.c: Likewise. * soft-fp/fixsfdi.c: Likewise. * soft-fp/fixsfsi.c: Likewise. * soft-fp/fixtfdi.c: Likewise. * soft-fp/fixtfsi.c: Likewise. * soft-fp/fixunsdfdi.c: Likewise. * soft-fp/fixunsdfsi.c: Likewise. * soft-fp/fixunssfdi.c: Likewise. * soft-fp/fixunssfsi.c: Likewise. * soft-fp/fixunstfdi.c: Likewise. * soft-fp/fixunstfsi.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtqux.c: Pass unsigned type. * sysdeps/alpha/soft-fp/ots_cvtqx.c: Likewise. * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Likewise. * soft-fp/adddf3.c: Use typedefs for argument and return types. * soft-fp/addsf3.c: Likewise. * soft-fp/addtf3.c: Likewise. * soft-fp/divdf3.c: Likewise. * soft-fp/divsf3.c: Likewise. * soft-fp/divtf3.c: Likewise. * soft-fp/eqdf2.c: Likewise. * soft-fp/eqsf2.c: Likewise. * soft-fp/eqtf2.c: Likewise. * soft-fp/extenddftf2.c: Likewise. * soft-fp/extendsfdf2.c: Likewise. * soft-fp/extendsftf2.c: Likewise. * soft-fp/fixdfdi.c: Likewise. * soft-fp/fixdfsi.c: Likewise. * soft-fp/fixsfdi.c: Likewise. * soft-fp/fixsfsi.c: Likewise. * soft-fp/fixtfdi.c: Likewise. * soft-fp/fixtfsi.c: Likewise. * soft-fp/fixunsdfdi.c: Likewise. * soft-fp/fixunsdfsi.c: Likewise. * soft-fp/fixunssfdi.c: Likewise. * soft-fp/fixunssfsi.c: Likewise. * soft-fp/fixunstfdi.c: Likewise. * soft-fp/fixunstfsi.c: Likewise. * soft-fp/floatdidf.c: Likewise. * soft-fp/floatdisf.c: Likewise. * soft-fp/floatditf.c: Likewise. * soft-fp/floatsidf.c: Likewise. * soft-fp/floatsisf.c: Likewise. * soft-fp/floatsitf.c: Likewise. * soft-fp/floatundidf.c: Likewise. * soft-fp/floatundisf.c: Likewise. * soft-fp/floatunditf.c: Likewise. * soft-fp/floatunsidf.c: Likewise. * soft-fp/floatunsisf.c: Likewise. * soft-fp/floatunsitf.c: Likewise. * soft-fp/gedf2.c: Likewise. * soft-fp/gesf2.c: Likewise. * soft-fp/getf2.c: Likewise. * soft-fp/ledf2.c: Likewise. * soft-fp/lesf2.c: Likewise. * soft-fp/letf2.c: Likewise. * soft-fp/muldf3.c: Likewise. * soft-fp/mulsf3.c: Likewise. * soft-fp/multf3.c: Likewise. * soft-fp/negdf2.c: Likewise. * soft-fp/negsf2.c: Likewise. * soft-fp/negtf2.c: Likewise. * soft-fp/sqrtdf2.c: Likewise. * soft-fp/sqrtsf2.c: Likewise. * soft-fp/sqrttf2.c: Likewise. * soft-fp/subdf3.c: Likewise. * soft-fp/subsf3.c: Likewise. * soft-fp/subtf3.c: Likewise. * soft-fp/truncdfsf2.c: Likewise. * soft-fp/trunctfdf2.c: Likewise. * soft-fp/trunctfsf2.c: Likewise. * soft-fp/unorddf2.c: Likewise. * soft-fp/unordsf2.c: Likewise. * soft-fp/unordtf2.c: Likewise. 2006-02-09 Joseph S. Myers <joseph@codesourcery.com> * soft-fp/op-common.h (_FP_UNPACK_SEMIRAW): Define. (_FP_OVERFLOW_SEMIRAW): Likewise. (_FP_CHECK_SIGNAN_SEMIRAW): Likewise. (_FP_CHOOSENAN_SEMIRAW): Likewise. (_FP_EXP_NORMAL): Likewise. (_FP_PACK_SEMIRAW): Likewise. (_FP_ADD_INTERNAL): Rewrite to operate on semi-raw value. (_FP_SUB): Likewise. (_FP_TO_INT): Rewrite to operate on raw values. Don't set INVALID exception for conversions where most negative representable integer is correct truncated value, but do set INEXACT for such conversions where appropriate. Don't always left-shift for converting to a wider integer. (_FP_FROM_INT): Rewrite to yield raw value. Correct shift for integers with one more bits than (mantissa + guard) bits for the floating point format. Don't use __FP_FRAC_SRS_1 for shifting integers that may be wider than _FP_W_TYPE_SIZE. (FP_CONV): Don't define. (FP_EXTEND): Define. (FP_TRUNC): Likewise. * soft-fp/op-1.h (_FP_FRAC_SRST_1, __FP_FRAC_SRST_1): Define. (_FP_FRAC_CONV_1_1): Don't define. (_FP_FRAC_COPY_1_1): Define. * soft-fp/op-2.h (_FP_FRAC_SRST_2): Define. (_FP_FRAC_CONV_1_2, _FP_FRAC_CONV_2_1): Don't define. (_FP_FRAC_COPY_1_2, _FP_FRAC_COPY_2_1): Define. * soft-fp/op-4.h (_FP_FRAC_SRST_4): Define. (_FP_FRAC_SRS_4): Define based on _FP_FRAC_SRST_4. (_FP_FRAC_CONV_1_4, _FP_FRAC_CONV_2_4): Don't define. (_FP_FRAC_COPY_1_4, _FP_FRAC_COPY_2_4): Define. (_FP_FRAC_CONV_4_1, _FP_FRAC_CONV_4_2): Don't define. (_FP_FRAC_COPY_4_1, _FP_FRAC_COPY_4_2): Define. * soft-fp/single.h (_FP_FRACTBITS_S): Define. (_FP_FRACXBITS_S): Define in terms of _FP_FRACXBITS_S. (_FP_WFRACXBITS_S): Likewise. (_FP_QNANBIT_SH_S, _FP_IMPLBIT_SH_S): Define. (FP_UNPACK_SEMIRAW_S, FP_UNPACK_SEMIRAW_SP): Define. (FP_PACK_SEMIRAW_S, FP_PACK_SEMIRAW_SP): Define. * soft-fp/double.h (_FP_QNANBIT_SH_D, _FP_IMPLBIT_SH_D): Define. (FP_UNPACK_SEMIRAW_D, FP_UNPACK_SEMIRAW_D): Define (FP_PACK_SEMIRAW_D, FP_PACK_SEMIRAW_DP): Define. * soft-fp/extended.h (_FP_QNANBIT_SH_E, _FP_IMPLBIT_SH_E): Define. (FP_UNPACK_EP): Correct typo. (FP_UNPACK_SEMIRAW_E, FP_UNPACK_SEMIRAW_EP): Define. (FP_PACK_SEMIRAW_E, FP_PACK_SEMIRAW_EP): Define. * soft-fp/quad.h (_FP_QNANBIT_SH_Q, _FP_IMPLBIT_SH_Q): Define. (FP_UNPACK_SEMIRAW_Q, FP_UNPACK_SEMIRAW_QP): Define. (FP_PACK_SEMIRAW_Q, FP_PACK_SEMIRAW_QP): Define. * soft-fp/fixdfdi.c: Use unsigned type for result of conversion. * soft-fp/fixdfsi.c: Likewise. * soft-fp/fixsfdi.c: Likewise. * soft-fp/fixsfsi.c: Likewise. * soft-fp/fixtfdi.c: Likewise. * soft-fp/fixtfsi.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtxq.c: Likewise. * sysdeps/alpha/soft-fp/ots_nintxq.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. * soft-fp/adddf3.c: Update for changed soft-fp interfaces. * soft-fp/addsf3.c: Likewise. * soft-fp/addtf3.c: Likewise. * soft-fp/extenddftf2.c: Likewise. * soft-fp/extendsfdf2.c: Likewise. * soft-fp/extendsftf2.c: Likewise. * soft-fp/fixdfdi.c: Likewise. * soft-fp/fixdfsi.c: Likewise. * soft-fp/fixsfdi.c: Likewise. * soft-fp/fixsfsi.c: Likewise. * soft-fp/fixtfdi.c: Likewise. * soft-fp/fixtfsi.c: Likewise. * soft-fp/fixunsdfdi.c: Likewise. * soft-fp/fixunsdfsi.c: Likewise. * soft-fp/fixunssfdi.c: Likewise. * soft-fp/fixunssfsi.c: Likewise. * soft-fp/fixunstfdi.c: Likewise. * soft-fp/fixunstfsi.c: Likewise. * soft-fp/floatdidf.c: Likewise. * soft-fp/floatdisf.c: Likewise. * soft-fp/floatditf.c: Likewise. * soft-fp/floatsidf.c: Likewise. * soft-fp/floatsisf.c: Likewise. * soft-fp/floatsitf.c: Likewise. * soft-fp/floatundidf.c: Likewise. * soft-fp/floatundisf.c: Likewise. * soft-fp/floatunditf.c: Likewise. * soft-fp/floatunsidf.c: Likewise. * soft-fp/floatunsisf.c: Likewise. * soft-fp/floatunsitf.c: Likewise. * soft-fp/subdf3.c: Likewise. * soft-fp/subsf3.c: Likewise. * soft-fp/subtf3.c: Likewise. * soft-fp/truncdfsf2.c: Likewise. * soft-fp/trunctfdf2.c: Likewise. * soft-fp/trunctfsf2.c: Likewise. * sysdeps/alpha/soft-fp/ots_add.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtqux.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtqx.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvttx.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtxq.c: Likewise. * sysdeps/alpha/soft-fp/ots_cvtxt.c: Likewise. * sysdeps/alpha/soft-fp/ots_nintxq.c: Likewise. * sysdeps/alpha/soft-fp/ots_sub.c: Likewise. * sysdeps/powerpc/soft-fp/q_add.c: Likewise. * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise. * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise. * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_sub.c: Likewise. * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise. * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_add.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Likewise.
* * po/.cvsignore: List libc.pot.files, and not any .pot names.Roland McGrath2006-01-081-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * manual/maint.texi (Porting): Don't mention Dist files. * sysdeps/alpha/soft-fp/Dist: File removed. * sysdeps/alpha/Dist: File removed. * sysdeps/i386/i686/Dist: File removed. * sysdeps/i386/soft-fp/Dist: File removed. * sysdeps/i386/Dist: File removed. * sysdeps/mips/soft-fp/Dist: File removed. * sysdeps/mips/mips64/soft-fp/Dist: File removed. * sysdeps/mips/mips64/Dist: File removed. * sysdeps/mips/Dist: File removed. * sysdeps/wordsize-32/Dist: File removed. * sysdeps/m68k/fpu/switch/Dist: File removed. * sysdeps/m68k/fpu/Dist: File removed. * sysdeps/powerpc/powerpc64/Dist: File removed. * sysdeps/powerpc/soft-fp/Dist: File removed. * sysdeps/powerpc/powerpc32/fpu/Dist: File removed. * sysdeps/powerpc/powerpc32/Dist: File removed. * sysdeps/powerpc/fpu/Dist: File removed. * sysdeps/powerpc/Dist: File removed. * sysdeps/unix/common/Dist: File removed. * sysdeps/unix/bsd/bsd4.4/Dist: File removed. * sysdeps/unix/bsd/Dist: File removed. * sysdeps/unix/sysv/linux/alpha/Dist: File removed. * sysdeps/unix/sysv/linux/i386/Dist: File removed. * sysdeps/unix/sysv/linux/mips/mips64/Dist: File removed. * sysdeps/unix/sysv/linux/mips/Dist: File removed. * sysdeps/unix/sysv/linux/m68k/Dist: File removed. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: File removed. * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: File removed. * sysdeps/unix/sysv/linux/powerpc/aix/Dist: File removed. * sysdeps/unix/sysv/linux/powerpc/Dist: File removed. * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: File removed. * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: File removed. * sysdeps/unix/sysv/linux/sparc/Dist: File removed. * sysdeps/unix/sysv/linux/ia64/Dist: File removed. * sysdeps/unix/sysv/linux/s390/s390-64/Dist: File removed. * sysdeps/unix/sysv/linux/s390/Dist: File removed. * sysdeps/unix/sysv/linux/s390/s390-32/Dist: File removed. * sysdeps/unix/sysv/linux/sh/Dist: File removed. * sysdeps/unix/sysv/linux/x86_64/Dist: File removed. * sysdeps/unix/sysv/linux/hppa/Dist: File removed. * sysdeps/unix/sysv/linux/Dist: File removed. * sysdeps/unix/sysv/Dist: File removed. * sysdeps/unix/Dist: File removed. * sysdeps/generic/Dist: File removed. * sysdeps/sparc/sparc32/soft-fp/Dist: File removed. * sysdeps/sparc/sparc32/sparcv9/Dist: File removed. * sysdeps/sparc/sparc32/sparcv8/Dist: File removed. * sysdeps/sparc/sparc32/Dist: File removed. * sysdeps/sparc/sparc64/soft-fp/Dist: File removed. * sysdeps/sparc/sparc64/Dist: File removed. * sysdeps/sparc/Dist: File removed. * sysdeps/gnu/Dist: File removed. * sysdeps/ia64/fpu/Dist: File removed. * sysdeps/ia64/Dist: File removed. * sysdeps/mach/mips/Dist: File removed. * sysdeps/mach/hurd/alpha/Dist: File removed. * sysdeps/mach/hurd/i386/Dist: File removed. * sysdeps/mach/hurd/mips/Dist: File removed. * sysdeps/mach/hurd/powerpc/Dist: File removed. * sysdeps/mach/hurd/Dist: File removed. * sysdeps/s390/s390-64/Dist: File removed. * sysdeps/s390/Dist: File removed. * sysdeps/s390/s390-32/Dist: File removed. * sysdeps/sh/Dist: File removed. * sysdeps/posix/Dist: File removed. * sysdeps/ieee754/dbl-64/Dist: File removed. * sysdeps/ieee754/ldbl-128/Dist: File removed. * sysdeps/ieee754/flt-32/Dist: File removed. * sysdeps/ieee754/Dist: File removed. * sysdeps/x86_64/soft-fp/Dist: File removed. * sysdeps/x86_64/Dist: File removed. * sysdeps/hppa/Dist: File removed. * Makerules (common-clean): Don't remove distinfo file. ($(objpfx)distinfo): Target removed. * manual/Makefile (mostlyclean): Don't remove distinfo file. (glibc-targets): Remove echo-distinfo. * scripts/list-sources.sh: New file. * Makefile (TAGS): New target. * po/Makefile (libc.pot, libc.pot.files): New targets. * Makeconfig (XGETTEXT): New variable. * Makerules ($(..)po/%.pot): Rule removed. (TAGS): Target removed. * Rules (subdir_TAGS): Target removed. * MakeTAGS: File removed. * Makefile (iconvdata/% localedata/% po/% manual/%): Depend on FORCE. * Makeconfig ($(all-Depend-files)): New targets with no-op commands.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-2215-50/+78
|
* 2.5-18.1Jakub Jelinek2007-07-1215-78/+50
|
* 2004-01-13 Daniel Jacobowitz <drow@mvista.com>Roland McGrath2004-01-171-3/+7
| | | | | | | | | | | * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions) (__sim_disabled_exceptions, __sim_round_mode): Declare with hidden data and nocommon. * sysdeps/powerpc/nofpu/soft-supp.h (__sim_exceptions) (__sim_disabled_exceptions, __sim_round_mode): Use libc_hidden_proto. * sysdeps/powerpc/soft-fp/sfp-machine.h (__sim_exceptions) (__sim_disabled_exceptions, __sim_round_mode): Likewise.
* Update.Ulrich Drepper2003-02-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2002-07-24 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV on unknown systems. 2003-02-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too. * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl if possible. * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short interprocedure branches. * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to... * sysdeps/powerpc/nofpu/Dist: ...here. * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here. * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete. * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete. * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
* * configure: Regenerated (using Autoconf 2.54).Roland McGrath2002-10-1920-1553/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/alpha/elf/configure: Likewise. * sysdeps/generic/configure: Likewise. * sysdeps/i386/elf/configure: Likewise. * sysdeps/ia64/elf/configure: Likewise. * sysdeps/mach/hurd/configure: Likewise. * sysdeps/mach/configure: Likewise. * sysdeps/unix/configure: Likewise. * sysdeps/unix/common/configure: Likewise. * sysdeps/unix/sysv/aix/configure: Likewise. * sysdeps/unix/sysv/linux/configure: Likewise. * sysdeps/unix/sysv/linux/mips/configure: Likewise. * sysdeps/x86_64/elf/configure: Likewise. * config.make.in: Nix completely-soft nonsense. * configure.in: Likewise. Under --without-fp, use nofpu subdirectory of machine directories instead of fpu subdirectory. * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change. * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead. * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ... * sysdeps/powerpc/nofpu/sim-full.c: ... here. * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ... * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here. * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ... * sysdeps/powerpc/nofpu/fegetexcept.c: ... here. * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ... * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here. * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ... * sysdeps/powerpc/nofpu/ftestexcept.c: ... here. * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ... * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here. * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ... * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here. * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ... * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here. * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ... * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here. * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ... * sysdeps/powerpc/nofpu/fegetenv.c: ... here. * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ... * sysdeps/powerpc/nofpu/fesetenv.c: ... here. * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ... * sysdeps/powerpc/nofpu/fegetround.c: ... here. * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ... * sysdeps/powerpc/nofpu/fesetround.c: ... here. * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ... * sysdeps/powerpc/nofpu/feupdateenv.c: ... here. * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ... * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here. * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ... * sysdeps/powerpc/nofpu/fenv_const.c: ... here. * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ... * sysdeps/powerpc/nofpu/libm-test-ulps: ... here. * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ... * sysdeps/powerpc/nofpu/soft-supp.h: ... here. * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ... * sysdeps/powerpc/nofpu/Versions: ... here, new file. 2002-10-19 Bruno Haible <bruno@clisp.org> * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file. 2002-10-18 Roland McGrath <roland@redhat.com> * io/Makefile (routines): Add lchmod. * io/sys/stat.h [__USE_BSD] (lchmod): Declare it. * sysdeps/generic/lchmod.c: New file. * sysdeps/mach/hurd/lchmod.c: New file. * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
* * configure.in (libc_link_dests, libc_link_sources): Remove theseRoland McGrath2002-10-182-6/+9
| | | | | | | | | variables and the AC_LINK_FILES call. * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last change to put new symbols here instead of in GLIBC_2.2. * sysdeps/powerpc/Subdirs: Move this file ... * sysdeps/powerpc/soft-fp/Subdirs: ... here.
* Internal support stuff for complete soft float.Ulrich Drepper2002-10-181-0/+33
|
* Update.Ulrich Drepper2002-10-1721-7/+1537
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-10-08 Richard Henderson <rth@redhat.com> * soft-fp/op-4.h: Handle carry correctly in __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3, __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4. * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop. 2002-10-08 Aldy Hernandez <aldyh@redhat.com> * configure.in: Compute completely-soft. * config.make.in: Make completely-soft available to sub-makes. * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and gcc-double-routines. Add sim-full.c. Add fenv_const and fe_nomask to libm-support. * sysdeps/powerpc/soft-fp/sim-full.c: New file. * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file. * sysdeps/powerpc/soft-fp/fegetexcept.c: New file. * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file. * sysdeps/powerpc/soft-fp/ftestexcept.c: New file. * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file. * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file. * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file. * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file. * sysdeps/powerpc/soft-fp/fegetenv.c: New file. * sysdeps/powerpc/soft-fp/fesetenv.c: New file. * sysdeps/powerpc/soft-fp/fegetround.c: New file. * sysdeps/powerpc/soft-fp/fesetround.c: New file. * sysdeps/powerpc/soft-fp/feupdateenv.c: New file. * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file. * sysdeps/powerpc/soft-fp/fenv_const.c: New file. * sysdeps/powerpc/soft-fp/libm-test-ulps: New file. * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float symbols. Add __sim_disabled_exceptions, __sim_exceptions, __sim_round_mode. * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c. * sysdeps/powerpc/soft-float/sfp-machine.h: Define FP_HANDLE_EXCEPTIONS. Define FP_ROUNDMODE. Redefine FP_* macros to correspond to the FE_* bit positions. Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop. Define externs for __sim_exceptions, __sim_disabled_exceptions, __sim_round_mode, __simulate_exceptions. * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here... * sysdeps/powerpc/bits/fenv.h: ...to here. 2002-10-06 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time. Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use __builtin_expect.
* Update to LGPL v2.1.Andreas Jaeger2001-07-0628-230/+231
| | | | | | | | | | | | | | 2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
* * resolv/Versions: Fix bracing. Andreas Jaeger2001-01-031-1/+2
| | | | * sysdeps/powerpc/soft-fp/Versions: Likewise.
* Update.Andreas Jaeger2000-09-062-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | 2000-09-06 Andreas Jaeger <aj@suse.de> * sysdeps/alpha/soft-fp/Dist: New file. * sysdeps/i386/soft-fp/Dist: New file. * sysdeps/mips/mips64/soft-fp/Dist: New file. * sysdeps/mips/soft-fp/Dist: New file. * sysdeps/powerpc/soft-fp/Dist: New file. * sysdeps/sparc/sparc32/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]: Use sysdep_routines instead of routines to fix make dist failure. * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented out code). * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise. * sysdeps/mips/Makefile [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist. * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]: Likewise.
* Update.Andreas Jaeger2000-09-051-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-05 Andreas Jaeger <aj@suse.de> * sysdeps/sparc/sparc64/soft-fp/Versions: Use version glibc 2.2. * soft-fp/configure: Remove. * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here. * soft-fp/sysdeps/sparc/sparc32/Makefile: Move from here... * sysdeps/sparc/sparc32/soft-fp/Makefile: ... to here. * soft-fp/sysdeps/powerpc/Makefile: Move from here... * sysdeps/powerpc/soft-fp/Makefile: ... to here. * soft-fp/sysdeps/sparc/sparc64/Makefile: Move from here... * sysdeps/sparc/sparc64/soft-fp/Makefile: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here. * soft-fp/sysdeps/powerpc/q_add.c: Move from here... * sysdeps/powerpc/soft-fp/q_add.c: ... to here. * soft-fp/sysdeps/powerpc/q_cmp.c: Move from here... * sysdeps/powerpc/soft-fp/q_cmp.c: ... to here. * soft-fp/sysdeps/powerpc/q_cmpe.c: Move from here... * sysdeps/powerpc/soft-fp/q_cmpe.c: ... to here. * soft-fp/sysdeps/powerpc/q_div.c: Move from here... * sysdeps/powerpc/soft-fp/q_div.c: ... to here. * soft-fp/sysdeps/powerpc/q_dtoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_dtoq.c: ... to here. * soft-fp/sysdeps/powerpc/q_feq.c: Move from here... * sysdeps/powerpc/soft-fp/q_feq.c: ... to here. * soft-fp/sysdeps/powerpc/q_fge.c: Move from here... * sysdeps/powerpc/soft-fp/q_fge.c: ... to here. * soft-fp/sysdeps/powerpc/q_fgt.c: Move from here... * sysdeps/powerpc/soft-fp/q_fgt.c: ... to here. * soft-fp/sysdeps/powerpc/q_fle.c: Move from here... * sysdeps/powerpc/soft-fp/q_fle.c: ... to here. * soft-fp/sysdeps/powerpc/q_flt.c: Move from here... * sysdeps/powerpc/soft-fp/q_flt.c: ... to here. * soft-fp/sysdeps/powerpc/q_fne.c: Move from here... * sysdeps/powerpc/soft-fp/q_fne.c: ... to here. * soft-fp/sysdeps/powerpc/q_itoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_itoq.c: ... to here. * soft-fp/sysdeps/powerpc/q_lltoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_lltoq.c: ... to here. * soft-fp/sysdeps/powerpc/q_mul.c: Move from here... * sysdeps/powerpc/soft-fp/q_mul.c: ... to here. * soft-fp/sysdeps/powerpc/q_neg.c: Move from here... * sysdeps/powerpc/soft-fp/q_neg.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtod.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtod.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtoi.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtoi.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtoll.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtoll.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtos.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtos.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtou.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtou.c: ... to here. * soft-fp/sysdeps/powerpc/q_qtoull.c: Move from here... * sysdeps/powerpc/soft-fp/q_qtoull.c: ... to here. * soft-fp/sysdeps/powerpc/q_sqrt.c: Move from here... * sysdeps/powerpc/soft-fp/q_sqrt.c: ... to here. * soft-fp/sysdeps/powerpc/q_stoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_stoq.c: ... to here. * soft-fp/sysdeps/powerpc/q_sub.c: Move from here... * sysdeps/powerpc/soft-fp/q_sub.c: ... to here. * soft-fp/sysdeps/powerpc/q_ulltoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_ulltoq.c: ... to here. * soft-fp/sysdeps/powerpc/q_util.c: Move from here... * sysdeps/powerpc/soft-fp/q_util.c: ... to here. * soft-fp/sysdeps/powerpc/q_utoq.c: Move from here... * sysdeps/powerpc/soft-fp/q_utoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_add.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_add.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_cmp.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_cmpe.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_div.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_div.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_dtoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_feq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_feq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_fge.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_fge.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_fgt.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_fle.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_fle.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_flt.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_flt.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_fne.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_fne.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_itoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_mul.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_mul.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_neg.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_neg.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtod.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtoi.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtos.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtoui.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtoux.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_qtox.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_sqrt.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_stoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_sub.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_sub.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_uitoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_util.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_util.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_uxtoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc32/q_xtoq.c: Move from here... * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_add.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_add.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_cmp.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_cmpe.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_div.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_div.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_dtoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_feq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_fge.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_fgt.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_fle.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_flt.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_fne.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_itoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_mul.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtod.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtoi.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtos.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtoui.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtoux.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_qtox.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_sqrt.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_stoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_sub.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_uitoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_util.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_util.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_uxtoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/qp_xtoq.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/s_frexpl.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/s_ilogbl.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/s_scalblnl.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: ... to here. * soft-fp/sysdeps/sparc/sparc64/s_scalbnl.c: Move from here... * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: ... to here. * soft-fp/sysdeps/alpha/sfp-machine.h: Move from here... * sysdeps/alpha/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/i386/sfp-machine.h: Move from here... * sysdeps/i386/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/mips/mips64/sfp-machine.h: Move from here... * sysdeps/mips/mips64/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/mips/sfp-machine.h: Move from here... * sysdeps/mips/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/powerpc/sfp-machine.h: Move from here... * sysdeps/powerpc/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/sparc/sparc32/sfp-machine.h: Move from here... * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/sparc/sparc64/sfp-machine.h: Move from here... * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: ... to here. * soft-fp/sysdeps/powerpc/Versions: Move from here... * sysdeps/powerpc/soft-fp/Versions: ... to here. * soft-fp/sysdeps/sparc/sparc64/Versions: Move from here... * sysdeps/sparc/sparc64/soft-fp/Versions: ... to here. * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1, change symbol version. * libio/oldiofgetpos64.c: Likewise. Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>. * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886. * stdlib/tst-strtod.c: Add testcases for denormal numbers from PR libc/1880.
* Moved from soft-fp/sysdeps/sparc/sparc64/s_scalbnl.cAndreas Jaeger2000-09-051-0/+48
|
* Moved from soft-fp/sysdeps/powerpc/VersionsAndreas Jaeger2000-09-051-0/+8
|
* Moved from soft-fp/sysdeps/sparc/sparc32/q_itoq.cAndreas Jaeger2000-09-0527-0/+1102