[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8769 - in /libdfp/trunk: ./ autom4te.cache/ base-math/ config/ decNumberMath/ dfp/ ieee754r/ include/ libbid/ libdecnumber/...
- To: commits@xxxxxxxxxx
- Subject: [commits] r8769 - in /libdfp/trunk: ./ autom4te.cache/ base-math/ config/ decNumberMath/ dfp/ ieee754r/ include/ libbid/ libdecnumber/...
- From: ryanarn@xxxxxxxxxx
- Date: Wed, 05 Aug 2009 15:16:17 -0000
Author: ryanarn
Date: Wed Aug 5 08:16:17 2009
New Revision: 8769
Log:
2009-08-05 Ryan S. Arnold <rsa@xxxxxxxxxx>
This commit adds the port of libdfp from a GLIBC add-on to a standalone
library. This library was written by Ryan S. Arnold <rsa@xxxxxxxxxx>, Joseph
Kerian <kerian@xxxxxxxxxx>, Pete Eberlein <eberlein@xxxxxxxxxx>, Steve Munroe
<munroesj@xxxxxxxxxx>, Andreas Krebbel <krebbel@xxxxxxxxxx>, et al.
* trunk/configure: Generated by the maintainer using autoreconf -i.
* trunk/Makefile.in: GNU Make Makefile, since automake is too naive
for system libraries.
* trunk/dfptypeconv128.h: Prototypes.
* trunk/fmt_d64.c
* trunk/config.log
* trunk/libbid
* trunk/libbid/configure.ac: Stub necessary to keep autoreconf from
complaining. This file is currently waiting to be implemented.
* trunk/libbid/README
* trunk/scripts: Necessary autoconf scripts.
* trunk/scripts/firstversions.awk
* trunk/scripts/move-if-change
* trunk/scripts/depcomp
* trunk/scripts/compile
* trunk/scripts/versions.awk
* trunk/scripts/missing
* trunk/scripts/config.guess
* trunk/scripts/README
* trunk/scripts/config.sub
* trunk/scripts/install-sh
* trunk/ieee754r: This is a convenience directory that holds the
ieee754r function implementations as required by the DFP ISO C TR.
* trunk/ieee754r/samequantumd128.c
* trunk/ieee754r/atand64.c
* trunk/ieee754r/asinhd128.c
* trunk/ieee754r/tgammad128.c
* trunk/ieee754r/sqrtd64.c
* trunk/ieee754r/quantized32.c
* trunk/ieee754r/expd64.c
* trunk/ieee754r/scalbnd32.c
* trunk/ieee754r/isgreaterequald128.c
* trunk/ieee754r/fpclassifyd32.c
* trunk/ieee754r/finited128.c
* trunk/ieee754r/nextafterd64.c
* trunk/ieee754r/fdimd128.c
* trunk/ieee754r/islessd64.c
* trunk/ieee754r/isinfd32.c
* trunk/ieee754r/isunorderedd128.c
* trunk/ieee754r/scalblnd32.c
* trunk/ieee754r/logd32.c
* trunk/ieee754r/atanhd128.c
* trunk/ieee754r/copysignd128.c
* trunk/ieee754r/exp2d64.c
* trunk/ieee754r/acosd32.c
* trunk/ieee754r/islessd128.c
* trunk/ieee754r/sind32.c
* trunk/ieee754r/fmodd64.c
* trunk/ieee754r/cbrtd32.c
* trunk/ieee754r/truncd32.c
* trunk/ieee754r/remainderd128.c
* trunk/ieee754r/roundd64.c
* trunk/ieee754r/isnand128.c
* trunk/ieee754r/asind64.c
* trunk/ieee754r/fmaxd64.c
* trunk/ieee754r/ilogbd64.c
* trunk/ieee754r/islessgreaterd128.c
* trunk/ieee754r/samequantumd64.c
* trunk/ieee754r/llroundd128.c
* trunk/ieee754r/fmad64.c
* trunk/ieee754r/atand128.c
* trunk/ieee754r/acosd128.c
* trunk/ieee754r/islessgreaterd32.c
* trunk/ieee754r/asind128.c
* trunk/ieee754r/fabsd64.c
* trunk/ieee754r/floord32.c
* trunk/ieee754r/erfd64.c
* trunk/ieee754r/isunorderedd32.c
* trunk/ieee754r/nexttowardd128.c
* trunk/ieee754r/modfd32.c
* trunk/ieee754r/signbitd128.c
* trunk/ieee754r/lrintd32.c
* trunk/ieee754r/fmind32.c
* trunk/ieee754r/copysignd32.c
* trunk/ieee754r/atanhd32.c
* trunk/ieee754r/acoshd32.c
* trunk/ieee754r/islessequald64.c
* trunk/ieee754r/expm1d64.c
* trunk/ieee754r/asinhd32.c
* trunk/ieee754r/rintd128.c
* trunk/ieee754r/scalblnd128.c
* trunk/ieee754r/atan2d32.c
* trunk/ieee754r/hypotd64.c
* trunk/ieee754r/llrintd64.c
* trunk/ieee754r/powd64.c
* trunk/ieee754r/modfd128.c
* trunk/ieee754r/rintd32.c
* trunk/ieee754r/isnand64.c
* trunk/ieee754r/islessequald128.c
* trunk/ieee754r/expm1d128.c
* trunk/ieee754r/fmaxd128.c
* trunk/ieee754r/ldexpd64.c
* trunk/ieee754r/nand64.c
* trunk/ieee754r/expd128.c
* trunk/ieee754r/acoshd128.c
* trunk/ieee754r/atand32.c
* trunk/ieee754r/fdimd64.c
* trunk/ieee754r/log10d64.c
* trunk/ieee754r/sinhd128.c
* trunk/ieee754r/isnormald64.c
* trunk/ieee754r/fmad128.c
* trunk/ieee754r/sqrtd32.c
* trunk/ieee754r/cosd64.c
* trunk/ieee754r/atan2d128.c
* trunk/ieee754r/expd32.c
* trunk/ieee754r/tanhd64.c
* trunk/ieee754r/nearbyintd64.c
* trunk/ieee754r/nextafterd32.c
* trunk/ieee754r/coshd64.c
* trunk/ieee754r/fabsd128.c
* trunk/ieee754r/islessd32.c
* trunk/ieee754r/lgammad64.c
* trunk/ieee754r/sinhd64.c
* trunk/ieee754r/log10d128.c
* trunk/ieee754r/log2d64.c
* trunk/ieee754r/tgammad64.c
* trunk/ieee754r/exp2d32.c
* trunk/ieee754r/tanhd128.c
* trunk/ieee754r/ilogbd128.c
* trunk/ieee754r/finited64.c
* trunk/ieee754r/llroundd64.c
* trunk/ieee754r/fmodd32.c
* trunk/ieee754r/quantized128.c
* trunk/ieee754r/roundd32.c
* trunk/ieee754r/hypotd128.c
* trunk/ieee754r/asind32.c
* trunk/ieee754r/isgreaterd64.c
* trunk/ieee754r/fmaxd32.c
* trunk/ieee754r/ilogbd32.c
* trunk/ieee754r/isinfd128.c
* trunk/ieee754r/samequantumd32.c
* trunk/ieee754r/erfd128.c
* trunk/ieee754r/fmad32.c
* trunk/ieee754r/nexttowardd64.c
* trunk/ieee754r/signbitd64.c
* trunk/ieee754r/lroundd64.c
* trunk/ieee754r/fabsd32.c
* trunk/ieee754r/remainderd64.c
* trunk/ieee754r/fmodd128.c
* trunk/ieee754r/erfd32.c
* trunk/ieee754r/nearbyintd128.c
* trunk/ieee754r/ceild64.c
* trunk/ieee754r/isgreaterequald64.c
* trunk/ieee754r/Makefile
* trunk/ieee754r/log1pd64.c
* trunk/ieee754r/tand64.c
* trunk/ieee754r/logbd64.c
* trunk/ieee754r/log2d128.c
* trunk/ieee754r/frexpd64.c
* trunk/ieee754r/llrintd128.c
* trunk/ieee754r/islessequald32.c
* trunk/ieee754r/expm1d32.c
* trunk/ieee754r/ldexpd128.c
* trunk/ieee754r/nand128.c
* trunk/ieee754r/hypotd32.c
* trunk/ieee754r/llrintd32.c
* trunk/ieee754r/exp2d128.c
* trunk/ieee754r/quantized64.c
* trunk/ieee754r/powd32.c
* trunk/ieee754r/scalbnd64.c
* trunk/ieee754r/logd128.c
* trunk/ieee754r/tand128.c
* trunk/ieee754r/fpclassifyd64.c
* trunk/ieee754r/log1pd128.c
* trunk/ieee754r/isnand32.c
* trunk/ieee754r/isnormald128.c
* trunk/ieee754r/cosd128.c
* trunk/ieee754r/nand32.c
* trunk/ieee754r/ldexpd32.c
* trunk/ieee754r/isinfd64.c
* trunk/ieee754r/lrintd128.c
* trunk/ieee754r/fdimd32.c
* trunk/ieee754r/sind128.c
* trunk/ieee754r/coshd128.c
* trunk/ieee754r/log10d32.c
* trunk/ieee754r/scalblnd64.c
* trunk/ieee754r/cosd32.c
* trunk/ieee754r/isnormald32.c
* trunk/ieee754r/logd64.c
* trunk/ieee754r/scalbnd128.c
* trunk/ieee754r/lroundd128.c
* trunk/ieee754r/acosd64.c
* trunk/ieee754r/tanhd32.c
* trunk/ieee754r/powd128.c
* trunk/ieee754r/nearbyintd32.c
* trunk/ieee754r/coshd32.c
* trunk/ieee754r/lgammad32.c
* trunk/ieee754r/sind64.c
* trunk/ieee754r/cbrtd64.c
* trunk/ieee754r/truncd64.c
* trunk/ieee754r/sinhd32.c
* trunk/ieee754r/log2d32.c
* trunk/ieee754r/tgammad32.c
* trunk/ieee754r/floord128.c
* trunk/ieee754r/logbd128.c
* trunk/ieee754r/roundd128.c
* trunk/ieee754r/finited32.c
* trunk/ieee754r/llroundd32.c
* trunk/ieee754r/fmind128.c
* trunk/ieee754r/cbrtd128.c
* trunk/ieee754r/islessgreaterd64.c
* trunk/ieee754r/isgreaterd32.c
* trunk/ieee754r/floord64.c
* trunk/ieee754r/nextafterd128.c
* trunk/ieee754r/isunorderedd64.c
* trunk/ieee754r/fpclassifyd128.c
* trunk/ieee754r/modfd64.c
* trunk/ieee754r/lrintd64.c
* trunk/ieee754r/fmind64.c
* trunk/ieee754r/signbitd32.c
* trunk/ieee754r/nexttowardd32.c
* trunk/ieee754r/copysignd64.c
* trunk/ieee754r/atanhd64.c
* trunk/ieee754r/acoshd64.c
* trunk/ieee754r/ceild128.c
* trunk/ieee754r/lroundd32.c
* trunk/ieee754r/remainderd32.c
* trunk/ieee754r/asinhd64.c
* trunk/ieee754r/atan2d64.c
* trunk/ieee754r/frexpd128.c
* trunk/ieee754r/isgreaterd128.c
* trunk/ieee754r/ceild32.c
* trunk/ieee754r/isgreaterequald32.c
* trunk/ieee754r/Versions
* trunk/ieee754r/sqrtd128.c
* trunk/ieee754r/rintd64.c
* trunk/ieee754r/truncd128.c
* trunk/ieee754r/tand32.c
* trunk/ieee754r/log1pd32.c
* trunk/ieee754r/logbd32.c
* trunk/ieee754r/lgammad128.c
* trunk/ieee754r/frexpd32.c
* trunk/wcstod32.c
* trunk/config.guess
* trunk/libdecnumber: This is out-of-tree maintained libdecnumber
backend directory. This source is maintained in GCC.
* trunk/libdecnumber/decDPDSymbols.h.back
* trunk/libdecnumber/configure
* trunk/libdecnumber/Makefile.in
* trunk/libdecnumber/decDPDSymbols.h
* trunk/libdecnumber/decRound.c
* trunk/libdecnumber/decDoubleSymbols.h
* trunk/libdecnumber/decExcept.c
* trunk/libdecnumber/decNumber.c
* trunk/libdecnumber/decRound.h
* trunk/libdecnumber/decExcept.h
* trunk/libdecnumber/decNumber.h
* trunk/libdecnumber/bid
* trunk/libdecnumber/bid/decimal128.h
* trunk/libdecnumber/bid/bid2dpd_dpd2bid.c
* trunk/libdecnumber/bid/decimal32.c
* trunk/libdecnumber/bid/bid2dpd_dpd2bid.h
* trunk/libdecnumber/bid/decimal128Symbols.h
* trunk/libdecnumber/bid/bid-dpd.h
* trunk/libdecnumber/bid/decimal32.h
* trunk/libdecnumber/bid/decimal64.c
* trunk/libdecnumber/bid/decimal128Local.h
* trunk/libdecnumber/bid/host-ieee128.c
* trunk/libdecnumber/bid/decimal64.h
* trunk/libdecnumber/bid/decimal32Symbols.h
* trunk/libdecnumber/bid/decimal64Symbols.h
* trunk/libdecnumber/bid/host-ieee32.c
* trunk/libdecnumber/bid/decimal128.c
* trunk/libdecnumber/bid/host-ieee64.c
* trunk/libdecnumber/decContextSymbols.h
* trunk/libdecnumber/decLibrary.c
* trunk/libdecnumber/decNumberSymbols.h.back
* trunk/libdecnumber/decCommonSymbols.h
* trunk/libdecnumber/configure.ac
* trunk/libdecnumber/decNumberLocal.h
* trunk/libdecnumber/decQuadSymbols.h
* trunk/libdecnumber/decDouble.c
* trunk/libdecnumber/config.in
* trunk/libdecnumber/decDouble.h
* trunk/libdecnumber/decSingle.c
* trunk/libdecnumber/decContext.c
* trunk/libdecnumber/decSingle.h
* trunk/libdecnumber/decPacked.c
* trunk/libdecnumber/decDoubleSymbols.h.back
* trunk/libdecnumber/decCommon.c
* trunk/libdecnumber/decContext.h
* trunk/libdecnumber/decQuad.c
* trunk/libdecnumber/ChangeLog
* trunk/libdecnumber/decPacked.h
* trunk/libdecnumber/decSingleSymbols.h.back
* trunk/libdecnumber/decSingleSymbols.h
* trunk/libdecnumber/decQuad.h
* trunk/libdecnumber/decContextSymbols.h.back
* trunk/libdecnumber/dconfig.h
* trunk/libdecnumber/decPackedSymbols.h.back
* trunk/libdecnumber/decPackedSymbols.h
* trunk/libdecnumber/decCommonSymbols.h.back
* trunk/libdecnumber/decNumberSymbols.h
* trunk/libdecnumber/autom4te.cache
* trunk/libdecnumber/autom4te.cache/traces.0
* trunk/libdecnumber/autom4te.cache/traces.1
* trunk/libdecnumber/autom4te.cache/traces.2
* trunk/libdecnumber/autom4te.cache/traces.3
* trunk/libdecnumber/autom4te.cache/traces.4
* trunk/libdecnumber/autom4te.cache/output.3t
* trunk/libdecnumber/autom4te.cache/output.5t
* trunk/libdecnumber/autom4te.cache/output.0
* trunk/libdecnumber/autom4te.cache/output.1
* trunk/libdecnumber/autom4te.cache/output.2
* trunk/libdecnumber/autom4te.cache/output.3
* trunk/libdecnumber/autom4te.cache/output.4
* trunk/libdecnumber/autom4te.cache/traces.3t
* trunk/libdecnumber/autom4te.cache/traces.5t
* trunk/libdecnumber/autom4te.cache/requests
* trunk/libdecnumber/decQuadSymbols.h.back
* trunk/libdecnumber/dpd
* trunk/libdecnumber/dpd/decimal128.h
* trunk/libdecnumber/dpd/decimal32Symbols.h.back
* trunk/libdecnumber/dpd/decimal32Symbols.h
* trunk/libdecnumber/dpd/decimal32.c
* trunk/libdecnumber/dpd/decimal64Symbols.h.back
* trunk/libdecnumber/dpd/decimal64Symbols.h
* trunk/libdecnumber/dpd/decimal128Symbols.h.back
* trunk/libdecnumber/dpd/decimal128Symbols.h
* trunk/libdecnumber/dpd/decimal32.h
* trunk/libdecnumber/dpd/decimal64.c
* trunk/libdecnumber/dpd/decimal128.c
* trunk/libdecnumber/dpd/decimal128Local.h
* trunk/libdecnumber/dpd/decimal64.h
* trunk/libdecnumber/decDPD.h
* trunk/libdecnumber/aclocal.m4
* trunk/libdecnumber/decBasic.c
* trunk/strtod128.c
* trunk/CONTRIBUTORS
* trunk/config.sub
* trunk/dfptypeconv64.h
* trunk/base-math: Convenience directory for generic arithmetic,
conversion, and comparison functions.
* trunk/base-math/eqdd2.c
* trunk/base-math/fixunstdsi.c
* trunk/base-math/floatunsditd.c
* trunk/base-math/subsd3.c
* trunk/base-math/gesd2.c
* trunk/base-math/subtd3.c
* trunk/base-math/getd2.c
* trunk/base-math/mulsd3.c
* trunk/base-math/multd3.c
* trunk/base-math/extendsddd2.c
* trunk/base-math/floatdisd.c
* trunk/base-math/fixtdsi.c
* trunk/base-math/truncddsd2.c
* trunk/base-math/trunctddd2.c
* trunk/base-math/floatunssisd.c
* trunk/base-math/eqsd2.c
* trunk/base-math/eqtd2.c
* trunk/base-math/adddd3.c
* trunk/base-math/extendsdtd2.c
* trunk/base-math/trunctdsd2.c
* trunk/base-math/Makefile
* trunk/base-math/floatunsdisd.c
* trunk/base-math/addsd3.c
* trunk/base-math/addtd3.c
* trunk/base-math/ltdd2.c
* trunk/base-math/fixunssddi.c
* trunk/base-math/unorddd2.c
* trunk/base-math/ltsd2.c
* trunk/base-math/lttd2.c
* trunk/base-math/fixsddi.c
* trunk/base-math/ledd2.c
* trunk/base-math/nedd2.c
* trunk/base-math/unordsd2.c
* trunk/base-math/unordtd2.c
* trunk/base-math/fixunsdddi.c
* trunk/base-math/floatsidd.c
* trunk/base-math/lesd2.c
* trunk/base-math/extendddtd2.c
* trunk/base-math/letd2.c
* trunk/base-math/nesd2.c
* trunk/base-math/fixdddi.c
* trunk/base-math/netd2.c
* trunk/base-math/divdd3.c
* trunk/base-math/fixunstddi.c
* trunk/base-math/floatsitd.c
* trunk/base-math/floatdidd.c
* trunk/base-math/fixtddi.c
* trunk/base-math/divsd3.c
* trunk/base-math/divtd3.c
* trunk/base-math/fixunssdsi.c
* trunk/base-math/floatunssidd.c
* trunk/base-math/gtdd2.c
* trunk/base-math/fixsdsi.c
* trunk/base-math/floatditd.c
* trunk/base-math/README
* trunk/base-math/floatunssitd.c
* trunk/base-math/floatunsdidd.c
* trunk/base-math/fixunsddsi.c
* trunk/base-math/gtsd2.c
* trunk/base-math/gttd2.c
* trunk/base-math/subdd3.c
* trunk/base-math/gedd2.c
* trunk/base-math/Versions
* trunk/base-math/muldd3.c
* trunk/base-math/floatsisd.c
* trunk/base-math/fixddsi.c
* trunk/tests: Make check framework directory.
* trunk/tests/test-printf.c
* trunk/tests/test-debug.sh
* trunk/tests/README
* trunk/configure.ac
* trunk/decode.c
* trunk/strtod64.c
* trunk/decNumberMath: Convenience directory for libdecnumber
extension routines.
* trunk/decNumberMath/decNumberMath.c
* trunk/decNumberMath/decNumberMath.h
* trunk/decNumberMath/Versions
* trunk/decNumberMath/Makefile
* trunk/decNumberMath/README
* trunk/fmt_d32.c
* trunk/wcstod128.c
* trunk/dfptypeconv.c
* trunk/include: Headers used by libdfp.
* trunk/include/dfpmacro.h
* trunk/include/printf_dfp.h
* trunk/include/gstdint.h
* trunk/include/fmt_dfp.h
* trunk/include/dfpacc.h
* trunk/include/get_digits.h
* trunk/include/dfpfenv_private.h
* trunk/include/ieee754r_private.h
* trunk/include/decode.h
* trunk/include/dfpstdlib_private.h
* trunk/include/libdfp-symbols.h
* trunk/include/README
* trunk/include/sysdep.h
* trunk/include/dfpwchar_private.h
* trunk/COPYING.txt
* trunk/ChangeLog
* trunk/numdigits.h
* trunk/sysdeps: Architecture specific overrides.
* trunk/sysdeps/powerpc
* trunk/sysdeps/powerpc/powerpc32
* trunk/sysdeps/powerpc/powerpc32/power6
* trunk/sysdeps/powerpc/powerpc32/power6/fpu
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssisd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqtd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/adddd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendsdtd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/trunctdsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsdisd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/addsd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/addtd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/ltdd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/Makefile
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunssddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/unorddd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/ltsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/lttd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixsddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/ledd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/nedd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/unordsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunsdddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/unordtd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendddtd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/lesd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsidd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/letd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixdddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/nesd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/netd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/divdd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunstddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsitd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatdidd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixtddi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/divsd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/divtd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunssdsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssidd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/gtdd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixsdsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatditd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssitd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsdidd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunsddsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/gtsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/gttd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/subdd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/gedd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsisd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/muldd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixddsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqdd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunstdsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsditd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/subsd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/gesd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/subtd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/getd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/mulsd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/Versions
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/multd3.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendsddd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatdisd.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixtdsi.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/truncddsd2.S
* trunk/sysdeps/powerpc/powerpc32/power6/fpu/trunctddd2.S
* trunk/sysdeps/powerpc/powerpc32/sysdep.h
* trunk/sysdeps/powerpc/nofpu
* trunk/sysdeps/powerpc/nofpu/bits
* trunk/sysdeps/powerpc/nofpu/bits/fenvinline.h
* trunk/sysdeps/powerpc/nofpu/bits/README
* trunk/sysdeps/powerpc/powerpc64
* trunk/sysdeps/powerpc/powerpc64/power6
* trunk/sysdeps/powerpc/powerpc64/power6/fpu
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssisd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqtd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/adddd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendsdtd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/trunctdsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsdisd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/addsd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/addtd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/ltdd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/Makefile
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunssddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/unorddd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/ltsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/lttd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixsddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/ledd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/nedd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/unordsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunsdddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/unordtd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendddtd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/lesd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsidd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/letd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixdddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/nesd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/netd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/divdd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunstddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsitd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatdidd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixtddi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/divsd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/divtd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunssdsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssidd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/gtdd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixsdsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatditd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssitd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsdidd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunsddsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/gtsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/gttd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/subdd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/gedd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsisd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/muldd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixddsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqdd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunstdsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsditd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/subsd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/gesd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/subtd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/getd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/mulsd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/Versions
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/multd3.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendsddd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatdisd.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixtdsi.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/truncddsd2.S
* trunk/sysdeps/powerpc/powerpc64/power6/fpu/trunctddd2.S
* trunk/sysdeps/powerpc/powerpc64/sysdep.h
* trunk/sysdeps/powerpc/fpu
* trunk/sysdeps/powerpc/fpu/bits
* trunk/sysdeps/powerpc/fpu/bits/fenvinline.h
* trunk/sysdeps/powerpc/fpu/bits/README
* trunk/sysdeps/powerpc/fpu/fenv_libdfp.h
* trunk/sysdeps/powerpc/sysdep.h
* trunk/sysdeps/powerpc/dfpu
* trunk/sysdeps/powerpc/dfpu/numdigits.h
* trunk/sysdeps/powerpc/dfpu/fe_decround.c
* trunk/sysdeps/soft-dfp
* trunk/sysdeps/soft-dfp/eqdd2.c
* trunk/sysdeps/soft-dfp/floatunsditd.c
* trunk/sysdeps/soft-dfp/fixunstdsi.c
* trunk/sysdeps/soft-dfp/subsd3.c
* trunk/sysdeps/soft-dfp/subtd3.c
* trunk/sysdeps/soft-dfp/gesd2.c
* trunk/sysdeps/soft-dfp/getd2.c
* trunk/sysdeps/soft-dfp/mulsd3.c
* trunk/sysdeps/soft-dfp/multd3.c
* trunk/sysdeps/soft-dfp/extendsddd2.c
* trunk/sysdeps/soft-dfp/extendsdtf.c
* trunk/sysdeps/soft-dfp/extendsftd.c
* trunk/sysdeps/soft-dfp/floatdisd.c
* trunk/sysdeps/soft-dfp/extenddfdd.c
* trunk/sysdeps/soft-dfp/fixtdsi.c
* trunk/sysdeps/soft-dfp/trunctfsd.c
* trunk/sysdeps/soft-dfp/trunctdsf.c
* trunk/sysdeps/soft-dfp/truncddsd2.c
* trunk/sysdeps/soft-dfp/trunctddd2.c
* trunk/sysdeps/soft-dfp/classify.c
* trunk/sysdeps/soft-dfp/eqsd2.c
* trunk/sysdeps/soft-dfp/floatunssisd.c
* trunk/sysdeps/soft-dfp/eqtd2.c
* trunk/sysdeps/soft-dfp/adddd3.c
* trunk/sysdeps/soft-dfp/extendsdtd2.c
* trunk/sysdeps/soft-dfp/extenddftd.c
* trunk/sysdeps/soft-dfp/extendddtf.c
* trunk/sysdeps/soft-dfp/Makefile
* trunk/sysdeps/soft-dfp/trunctdsd2.c
* trunk/sysdeps/soft-dfp/floatunsdisd.c
* trunk/sysdeps/soft-dfp/addsd3.c
* trunk/sysdeps/soft-dfp/addtd3.c
* trunk/sysdeps/soft-dfp/extendsfsd.c
* trunk/sysdeps/soft-dfp/ltdd2.c
* trunk/sysdeps/soft-dfp/extendtftd.c
* trunk/sysdeps/soft-dfp/fixunssddi.c
* trunk/sysdeps/soft-dfp/unorddd2.c
* trunk/sysdeps/soft-dfp/dpd
* trunk/sysdeps/soft-dfp/dpd/Versions
* trunk/sysdeps/soft-dfp/dpd/numdigits.h
* trunk/sysdeps/soft-dfp/dpd/Makefile
* trunk/sysdeps/soft-dfp/ltsd2.c
* trunk/sysdeps/soft-dfp/lttd2.c
* trunk/sysdeps/soft-dfp/fixsddi.c
* trunk/sysdeps/soft-dfp/ledd2.c
* trunk/sysdeps/soft-dfp/nedd2.c
* trunk/sysdeps/soft-dfp/unordsd2.c
* trunk/sysdeps/soft-dfp/fixunsdddi.c
* trunk/sysdeps/soft-dfp/unordtd2.c
* trunk/sysdeps/soft-dfp/extendddtd2.c
* trunk/sysdeps/soft-dfp/lesd2.c
* trunk/sysdeps/soft-dfp/floatsidd.c
* trunk/sysdeps/soft-dfp/letd2.c
* trunk/sysdeps/soft-dfp/fixdddi.c
* trunk/sysdeps/soft-dfp/nesd2.c
* trunk/sysdeps/soft-dfp/netd2.c
* trunk/sysdeps/soft-dfp/truncdddf.c
* trunk/sysdeps/soft-dfp/divdd3.c
* trunk/sysdeps/soft-dfp/bid
* trunk/sysdeps/soft-dfp/bid/Versions
* trunk/sysdeps/soft-dfp/bid/Makefile
* trunk/sysdeps/soft-dfp/fixunstddi.c
* trunk/sysdeps/soft-dfp/floatsitd.c
* trunk/sysdeps/soft-dfp/floatdidd.c
* trunk/sysdeps/soft-dfp/fixtddi.c
* trunk/sysdeps/soft-dfp/divsd3.c
* trunk/sysdeps/soft-dfp/trunctfdd.c
* trunk/sysdeps/soft-dfp/divtd3.c
* trunk/sysdeps/soft-dfp/trunctddf.c
* trunk/sysdeps/soft-dfp/fixunssdsi.c
* trunk/sysdeps/soft-dfp/floatunssidd.c
* trunk/sysdeps/soft-dfp/gtdd2.c
* trunk/sysdeps/soft-dfp/fixsdsi.c
* trunk/sysdeps/soft-dfp/floatditd.c
* trunk/sysdeps/soft-dfp/truncsdsf.c
* trunk/sysdeps/soft-dfp/README
* trunk/sysdeps/soft-dfp/trunctdtf.c
* trunk/sysdeps/soft-dfp/floatunssitd.c
* trunk/sysdeps/soft-dfp/floatunsdidd.c
* trunk/sysdeps/soft-dfp/fixunsddsi.c
* trunk/sysdeps/soft-dfp/gtsd2.c
* trunk/sysdeps/soft-dfp/gttd2.c
* trunk/sysdeps/soft-dfp/subdd3.c
* trunk/sysdeps/soft-dfp/gedd2.c
* trunk/sysdeps/soft-dfp/convert.h
* trunk/sysdeps/soft-dfp/decroundtls.c
* trunk/sysdeps/soft-dfp/Versions
* trunk/sysdeps/soft-dfp/extendsfdd.c
* trunk/sysdeps/soft-dfp/extendsddf.c
* trunk/sysdeps/soft-dfp/floatsisd.c
* trunk/sysdeps/soft-dfp/muldd3.c
* trunk/sysdeps/soft-dfp/fixddsi.c
* trunk/sysdeps/soft-dfp/decroundtls.h
* trunk/sysdeps/soft-dfp/truncddsf.c
* trunk/sysdeps/soft-dfp/truncdfsd.c
* trunk/sysdeps/dpd
* trunk/sysdeps/dpd/dpd-private.c
* trunk/sysdeps/dpd/decode.c
* trunk/sysdeps/dpd/binpowof10.c
* trunk/sysdeps/dpd/dpd-private.h
* trunk/sysdeps/dpd/Versions
* trunk/sysdeps/dpd/decpowof2.c
* trunk/sysdeps/dpd/Makefile
* trunk/sysdeps/bid
* trunk/sysdeps/bid/bid-private.c
* trunk/sysdeps/bid/Versions
* trunk/sysdeps/bid/Makefile
* trunk/sysdeps/s390
* trunk/sysdeps/s390/dfpu
* trunk/sysdeps/s390/dfpu/fenv_libdfp.h
* trunk/sysdeps/s390/dfpu/numdigits.h
* trunk/sysdeps/s390/dfpu/fe_decround.c
* trunk/dfptypeconv32.h
* trunk/README
* trunk/fe_decround.c
* trunk/wcstod64.c
* trunk/config.h.in
* trunk/autom4te.cache
* trunk/autom4te.cache/output.1
* trunk/autom4te.cache/traces.0
* trunk/autom4te.cache/traces.1
* trunk/autom4te.cache/requests
* trunk/autom4te.cache/output.0
* trunk/Versions.def
* trunk/config
* trunk/config/stdint.m4
* trunk/config/warnings.m4
* trunk/config/README
* trunk/config/override.m4
* trunk/TODO
* trunk/fmt_d128.c
* trunk/strtod32.c
* trunk/mapround.c
* trunk/Makefile.gdb
* trunk/Versions
* trunk/dfp: Headers used and installed by libdfp.
* trunk/dfp/dfp.h
* trunk/dfp/math.h
* trunk/dfp/fenv.h
* trunk/dfp/stdlib.h
* trunk/dfp/wchar.h
* trunk/dfp/README
* trunk/old_printf_dfp.c
* trunk/mapround.h
* trunk/printf_dfp.c
* trunk/install-sh
Added:
libdfp/trunk/CONTRIBUTORS
libdfp/trunk/COPYING.txt
libdfp/trunk/ChangeLog
libdfp/trunk/Makefile.gdb
libdfp/trunk/Makefile.in
libdfp/trunk/README
libdfp/trunk/TODO
libdfp/trunk/Versions
libdfp/trunk/Versions.def
libdfp/trunk/autom4te.cache/
libdfp/trunk/autom4te.cache/output.0
libdfp/trunk/autom4te.cache/output.1
libdfp/trunk/autom4te.cache/requests
libdfp/trunk/autom4te.cache/traces.0
libdfp/trunk/autom4te.cache/traces.1
libdfp/trunk/base-math/
libdfp/trunk/base-math/Makefile
libdfp/trunk/base-math/README
libdfp/trunk/base-math/Versions
libdfp/trunk/base-math/adddd3.c
libdfp/trunk/base-math/addsd3.c
libdfp/trunk/base-math/addtd3.c
libdfp/trunk/base-math/divdd3.c
libdfp/trunk/base-math/divsd3.c
libdfp/trunk/base-math/divtd3.c
libdfp/trunk/base-math/eqdd2.c
libdfp/trunk/base-math/eqsd2.c
libdfp/trunk/base-math/eqtd2.c
libdfp/trunk/base-math/extendddtd2.c
libdfp/trunk/base-math/extendsddd2.c
libdfp/trunk/base-math/extendsdtd2.c
libdfp/trunk/base-math/fixdddi.c
libdfp/trunk/base-math/fixddsi.c
libdfp/trunk/base-math/fixsddi.c
libdfp/trunk/base-math/fixsdsi.c
libdfp/trunk/base-math/fixtddi.c
libdfp/trunk/base-math/fixtdsi.c
libdfp/trunk/base-math/fixunsdddi.c
libdfp/trunk/base-math/fixunsddsi.c
libdfp/trunk/base-math/fixunssddi.c
libdfp/trunk/base-math/fixunssdsi.c
libdfp/trunk/base-math/fixunstddi.c
libdfp/trunk/base-math/fixunstdsi.c
libdfp/trunk/base-math/floatdidd.c
libdfp/trunk/base-math/floatdisd.c
libdfp/trunk/base-math/floatditd.c
libdfp/trunk/base-math/floatsidd.c
libdfp/trunk/base-math/floatsisd.c
libdfp/trunk/base-math/floatsitd.c
libdfp/trunk/base-math/floatunsdidd.c
libdfp/trunk/base-math/floatunsdisd.c
libdfp/trunk/base-math/floatunsditd.c
libdfp/trunk/base-math/floatunssidd.c
libdfp/trunk/base-math/floatunssisd.c
libdfp/trunk/base-math/floatunssitd.c
libdfp/trunk/base-math/gedd2.c
libdfp/trunk/base-math/gesd2.c
libdfp/trunk/base-math/getd2.c
libdfp/trunk/base-math/gtdd2.c
libdfp/trunk/base-math/gtsd2.c
libdfp/trunk/base-math/gttd2.c
libdfp/trunk/base-math/ledd2.c
libdfp/trunk/base-math/lesd2.c
libdfp/trunk/base-math/letd2.c
libdfp/trunk/base-math/ltdd2.c
libdfp/trunk/base-math/ltsd2.c
libdfp/trunk/base-math/lttd2.c
libdfp/trunk/base-math/muldd3.c
libdfp/trunk/base-math/mulsd3.c
libdfp/trunk/base-math/multd3.c
libdfp/trunk/base-math/nedd2.c
libdfp/trunk/base-math/nesd2.c
libdfp/trunk/base-math/netd2.c
libdfp/trunk/base-math/subdd3.c
libdfp/trunk/base-math/subsd3.c
libdfp/trunk/base-math/subtd3.c
libdfp/trunk/base-math/truncddsd2.c
libdfp/trunk/base-math/trunctddd2.c
libdfp/trunk/base-math/trunctdsd2.c
libdfp/trunk/base-math/unorddd2.c
libdfp/trunk/base-math/unordsd2.c
libdfp/trunk/base-math/unordtd2.c
libdfp/trunk/config/
libdfp/trunk/config.guess (with props)
libdfp/trunk/config.h.in
libdfp/trunk/config.log
libdfp/trunk/config.sub (with props)
libdfp/trunk/config/README
libdfp/trunk/config/override.m4
libdfp/trunk/config/stdint.m4
libdfp/trunk/config/warnings.m4
libdfp/trunk/configure (with props)
libdfp/trunk/configure.ac
libdfp/trunk/decNumberMath/
libdfp/trunk/decNumberMath/Makefile
libdfp/trunk/decNumberMath/README
libdfp/trunk/decNumberMath/Versions
libdfp/trunk/decNumberMath/decNumberMath.c
libdfp/trunk/decNumberMath/decNumberMath.h
libdfp/trunk/decode.c
libdfp/trunk/dfp/
libdfp/trunk/dfp/README
libdfp/trunk/dfp/dfp.h
libdfp/trunk/dfp/fenv.h
libdfp/trunk/dfp/math.h
libdfp/trunk/dfp/stdlib.h
libdfp/trunk/dfp/wchar.h
libdfp/trunk/dfptypeconv.c
libdfp/trunk/dfptypeconv128.h
libdfp/trunk/dfptypeconv32.h
libdfp/trunk/dfptypeconv64.h
libdfp/trunk/fe_decround.c
libdfp/trunk/fmt_d128.c
libdfp/trunk/fmt_d32.c
libdfp/trunk/fmt_d64.c
libdfp/trunk/ieee754r/
libdfp/trunk/ieee754r/Makefile
libdfp/trunk/ieee754r/Versions
libdfp/trunk/ieee754r/acosd128.c
libdfp/trunk/ieee754r/acosd32.c
libdfp/trunk/ieee754r/acosd64.c
libdfp/trunk/ieee754r/acoshd128.c
libdfp/trunk/ieee754r/acoshd32.c
libdfp/trunk/ieee754r/acoshd64.c
libdfp/trunk/ieee754r/asind128.c
libdfp/trunk/ieee754r/asind32.c
libdfp/trunk/ieee754r/asind64.c
libdfp/trunk/ieee754r/asinhd128.c
libdfp/trunk/ieee754r/asinhd32.c
libdfp/trunk/ieee754r/asinhd64.c
libdfp/trunk/ieee754r/atan2d128.c
libdfp/trunk/ieee754r/atan2d32.c
libdfp/trunk/ieee754r/atan2d64.c
libdfp/trunk/ieee754r/atand128.c
libdfp/trunk/ieee754r/atand32.c
libdfp/trunk/ieee754r/atand64.c
libdfp/trunk/ieee754r/atanhd128.c
libdfp/trunk/ieee754r/atanhd32.c
libdfp/trunk/ieee754r/atanhd64.c
libdfp/trunk/ieee754r/cbrtd128.c
libdfp/trunk/ieee754r/cbrtd32.c
libdfp/trunk/ieee754r/cbrtd64.c
libdfp/trunk/ieee754r/ceild128.c
libdfp/trunk/ieee754r/ceild32.c
libdfp/trunk/ieee754r/ceild64.c
libdfp/trunk/ieee754r/copysignd128.c
libdfp/trunk/ieee754r/copysignd32.c
libdfp/trunk/ieee754r/copysignd64.c
libdfp/trunk/ieee754r/cosd128.c
libdfp/trunk/ieee754r/cosd32.c
libdfp/trunk/ieee754r/cosd64.c
libdfp/trunk/ieee754r/coshd128.c
libdfp/trunk/ieee754r/coshd32.c
libdfp/trunk/ieee754r/coshd64.c
libdfp/trunk/ieee754r/erfd128.c
libdfp/trunk/ieee754r/erfd32.c
libdfp/trunk/ieee754r/erfd64.c
libdfp/trunk/ieee754r/exp2d128.c
libdfp/trunk/ieee754r/exp2d32.c
libdfp/trunk/ieee754r/exp2d64.c
libdfp/trunk/ieee754r/expd128.c
libdfp/trunk/ieee754r/expd32.c
libdfp/trunk/ieee754r/expd64.c
libdfp/trunk/ieee754r/expm1d128.c
libdfp/trunk/ieee754r/expm1d32.c
libdfp/trunk/ieee754r/expm1d64.c
libdfp/trunk/ieee754r/fabsd128.c
libdfp/trunk/ieee754r/fabsd32.c
libdfp/trunk/ieee754r/fabsd64.c
libdfp/trunk/ieee754r/fdimd128.c
libdfp/trunk/ieee754r/fdimd32.c
libdfp/trunk/ieee754r/fdimd64.c
libdfp/trunk/ieee754r/finited128.c
libdfp/trunk/ieee754r/finited32.c
libdfp/trunk/ieee754r/finited64.c
libdfp/trunk/ieee754r/floord128.c
libdfp/trunk/ieee754r/floord32.c
libdfp/trunk/ieee754r/floord64.c
libdfp/trunk/ieee754r/fmad128.c
libdfp/trunk/ieee754r/fmad32.c
libdfp/trunk/ieee754r/fmad64.c
libdfp/trunk/ieee754r/fmaxd128.c
libdfp/trunk/ieee754r/fmaxd32.c
libdfp/trunk/ieee754r/fmaxd64.c
libdfp/trunk/ieee754r/fmind128.c
libdfp/trunk/ieee754r/fmind32.c
libdfp/trunk/ieee754r/fmind64.c
libdfp/trunk/ieee754r/fmodd128.c
libdfp/trunk/ieee754r/fmodd32.c
libdfp/trunk/ieee754r/fmodd64.c
libdfp/trunk/ieee754r/fpclassifyd128.c
libdfp/trunk/ieee754r/fpclassifyd32.c
libdfp/trunk/ieee754r/fpclassifyd64.c
libdfp/trunk/ieee754r/frexpd128.c
libdfp/trunk/ieee754r/frexpd32.c
libdfp/trunk/ieee754r/frexpd64.c
libdfp/trunk/ieee754r/hypotd128.c
libdfp/trunk/ieee754r/hypotd32.c
libdfp/trunk/ieee754r/hypotd64.c
libdfp/trunk/ieee754r/ilogbd128.c
libdfp/trunk/ieee754r/ilogbd32.c
libdfp/trunk/ieee754r/ilogbd64.c
libdfp/trunk/ieee754r/isgreaterd128.c
libdfp/trunk/ieee754r/isgreaterd32.c
libdfp/trunk/ieee754r/isgreaterd64.c
libdfp/trunk/ieee754r/isgreaterequald128.c
libdfp/trunk/ieee754r/isgreaterequald32.c
libdfp/trunk/ieee754r/isgreaterequald64.c
libdfp/trunk/ieee754r/isinfd128.c
libdfp/trunk/ieee754r/isinfd32.c
libdfp/trunk/ieee754r/isinfd64.c
libdfp/trunk/ieee754r/islessd128.c
libdfp/trunk/ieee754r/islessd32.c
libdfp/trunk/ieee754r/islessd64.c
libdfp/trunk/ieee754r/islessequald128.c
libdfp/trunk/ieee754r/islessequald32.c
libdfp/trunk/ieee754r/islessequald64.c
libdfp/trunk/ieee754r/islessgreaterd128.c
libdfp/trunk/ieee754r/islessgreaterd32.c
libdfp/trunk/ieee754r/islessgreaterd64.c
libdfp/trunk/ieee754r/isnand128.c
libdfp/trunk/ieee754r/isnand32.c
libdfp/trunk/ieee754r/isnand64.c
libdfp/trunk/ieee754r/isnormald128.c
libdfp/trunk/ieee754r/isnormald32.c
libdfp/trunk/ieee754r/isnormald64.c
libdfp/trunk/ieee754r/isunorderedd128.c
libdfp/trunk/ieee754r/isunorderedd32.c
libdfp/trunk/ieee754r/isunorderedd64.c
libdfp/trunk/ieee754r/ldexpd128.c
libdfp/trunk/ieee754r/ldexpd32.c
libdfp/trunk/ieee754r/ldexpd64.c
libdfp/trunk/ieee754r/lgammad128.c
libdfp/trunk/ieee754r/lgammad32.c
libdfp/trunk/ieee754r/lgammad64.c
libdfp/trunk/ieee754r/llrintd128.c
libdfp/trunk/ieee754r/llrintd32.c
libdfp/trunk/ieee754r/llrintd64.c
libdfp/trunk/ieee754r/llroundd128.c
libdfp/trunk/ieee754r/llroundd32.c
libdfp/trunk/ieee754r/llroundd64.c
libdfp/trunk/ieee754r/log10d128.c
libdfp/trunk/ieee754r/log10d32.c
libdfp/trunk/ieee754r/log10d64.c
libdfp/trunk/ieee754r/log1pd128.c
libdfp/trunk/ieee754r/log1pd32.c
libdfp/trunk/ieee754r/log1pd64.c
libdfp/trunk/ieee754r/log2d128.c
libdfp/trunk/ieee754r/log2d32.c
libdfp/trunk/ieee754r/log2d64.c
libdfp/trunk/ieee754r/logbd128.c
libdfp/trunk/ieee754r/logbd32.c
libdfp/trunk/ieee754r/logbd64.c
libdfp/trunk/ieee754r/logd128.c
libdfp/trunk/ieee754r/logd32.c
libdfp/trunk/ieee754r/logd64.c
libdfp/trunk/ieee754r/lrintd128.c
libdfp/trunk/ieee754r/lrintd32.c
libdfp/trunk/ieee754r/lrintd64.c
libdfp/trunk/ieee754r/lroundd128.c
libdfp/trunk/ieee754r/lroundd32.c
libdfp/trunk/ieee754r/lroundd64.c
libdfp/trunk/ieee754r/modfd128.c
libdfp/trunk/ieee754r/modfd32.c
libdfp/trunk/ieee754r/modfd64.c
libdfp/trunk/ieee754r/nand128.c
libdfp/trunk/ieee754r/nand32.c
libdfp/trunk/ieee754r/nand64.c
libdfp/trunk/ieee754r/nearbyintd128.c
libdfp/trunk/ieee754r/nearbyintd32.c
libdfp/trunk/ieee754r/nearbyintd64.c
libdfp/trunk/ieee754r/nextafterd128.c
libdfp/trunk/ieee754r/nextafterd32.c
libdfp/trunk/ieee754r/nextafterd64.c
libdfp/trunk/ieee754r/nexttowardd128.c
libdfp/trunk/ieee754r/nexttowardd32.c
libdfp/trunk/ieee754r/nexttowardd64.c
libdfp/trunk/ieee754r/powd128.c
libdfp/trunk/ieee754r/powd32.c
libdfp/trunk/ieee754r/powd64.c
libdfp/trunk/ieee754r/quantized128.c
libdfp/trunk/ieee754r/quantized32.c
libdfp/trunk/ieee754r/quantized64.c
libdfp/trunk/ieee754r/remainderd128.c
libdfp/trunk/ieee754r/remainderd32.c
libdfp/trunk/ieee754r/remainderd64.c
libdfp/trunk/ieee754r/rintd128.c
libdfp/trunk/ieee754r/rintd32.c
libdfp/trunk/ieee754r/rintd64.c
libdfp/trunk/ieee754r/roundd128.c
libdfp/trunk/ieee754r/roundd32.c
libdfp/trunk/ieee754r/roundd64.c
libdfp/trunk/ieee754r/samequantumd128.c
libdfp/trunk/ieee754r/samequantumd32.c
libdfp/trunk/ieee754r/samequantumd64.c
libdfp/trunk/ieee754r/scalblnd128.c
libdfp/trunk/ieee754r/scalblnd32.c
libdfp/trunk/ieee754r/scalblnd64.c
libdfp/trunk/ieee754r/scalbnd128.c
libdfp/trunk/ieee754r/scalbnd32.c
libdfp/trunk/ieee754r/scalbnd64.c
libdfp/trunk/ieee754r/signbitd128.c
libdfp/trunk/ieee754r/signbitd32.c
libdfp/trunk/ieee754r/signbitd64.c
libdfp/trunk/ieee754r/sind128.c
libdfp/trunk/ieee754r/sind32.c
libdfp/trunk/ieee754r/sind64.c
libdfp/trunk/ieee754r/sinhd128.c
libdfp/trunk/ieee754r/sinhd32.c
libdfp/trunk/ieee754r/sinhd64.c
libdfp/trunk/ieee754r/sqrtd128.c
libdfp/trunk/ieee754r/sqrtd32.c
libdfp/trunk/ieee754r/sqrtd64.c
libdfp/trunk/ieee754r/tand128.c
libdfp/trunk/ieee754r/tand32.c
libdfp/trunk/ieee754r/tand64.c
libdfp/trunk/ieee754r/tanhd128.c
libdfp/trunk/ieee754r/tanhd32.c
libdfp/trunk/ieee754r/tanhd64.c
libdfp/trunk/ieee754r/tgammad128.c
libdfp/trunk/ieee754r/tgammad32.c
libdfp/trunk/ieee754r/tgammad64.c
libdfp/trunk/ieee754r/truncd128.c
libdfp/trunk/ieee754r/truncd32.c
libdfp/trunk/ieee754r/truncd64.c
libdfp/trunk/include/
libdfp/trunk/include/README
libdfp/trunk/include/decode.h
libdfp/trunk/include/dfpacc.h
libdfp/trunk/include/dfpfenv_private.h
libdfp/trunk/include/dfpmacro.h
libdfp/trunk/include/dfpstdlib_private.h
libdfp/trunk/include/dfpwchar_private.h
libdfp/trunk/include/fmt_dfp.h
libdfp/trunk/include/get_digits.h
libdfp/trunk/include/gstdint.h
libdfp/trunk/include/ieee754r_private.h
libdfp/trunk/include/libdfp-symbols.h
libdfp/trunk/include/printf_dfp.h
libdfp/trunk/include/sysdep.h
libdfp/trunk/install-sh (with props)
libdfp/trunk/libbid/
libdfp/trunk/libbid/README
libdfp/trunk/libbid/configure.ac
libdfp/trunk/libdecnumber/
libdfp/trunk/libdecnumber/ChangeLog
libdfp/trunk/libdecnumber/Makefile.in
libdfp/trunk/libdecnumber/aclocal.m4
libdfp/trunk/libdecnumber/autom4te.cache/
libdfp/trunk/libdecnumber/autom4te.cache/output.0
libdfp/trunk/libdecnumber/autom4te.cache/output.1
libdfp/trunk/libdecnumber/autom4te.cache/output.2
libdfp/trunk/libdecnumber/autom4te.cache/output.3
libdfp/trunk/libdecnumber/autom4te.cache/output.3t
libdfp/trunk/libdecnumber/autom4te.cache/output.4
libdfp/trunk/libdecnumber/autom4te.cache/output.5t
libdfp/trunk/libdecnumber/autom4te.cache/requests
libdfp/trunk/libdecnumber/autom4te.cache/traces.0
libdfp/trunk/libdecnumber/autom4te.cache/traces.1
libdfp/trunk/libdecnumber/autom4te.cache/traces.2
libdfp/trunk/libdecnumber/autom4te.cache/traces.3
libdfp/trunk/libdecnumber/autom4te.cache/traces.3t
libdfp/trunk/libdecnumber/autom4te.cache/traces.4
libdfp/trunk/libdecnumber/autom4te.cache/traces.5t
libdfp/trunk/libdecnumber/bid/
libdfp/trunk/libdecnumber/bid/bid-dpd.h
libdfp/trunk/libdecnumber/bid/bid2dpd_dpd2bid.c
libdfp/trunk/libdecnumber/bid/bid2dpd_dpd2bid.h
libdfp/trunk/libdecnumber/bid/decimal128.c
libdfp/trunk/libdecnumber/bid/decimal128.h
libdfp/trunk/libdecnumber/bid/decimal128Local.h
libdfp/trunk/libdecnumber/bid/decimal128Symbols.h
libdfp/trunk/libdecnumber/bid/decimal32.c
libdfp/trunk/libdecnumber/bid/decimal32.h
libdfp/trunk/libdecnumber/bid/decimal32Symbols.h
libdfp/trunk/libdecnumber/bid/decimal64.c
libdfp/trunk/libdecnumber/bid/decimal64.h
libdfp/trunk/libdecnumber/bid/decimal64Symbols.h
libdfp/trunk/libdecnumber/bid/host-ieee128.c
libdfp/trunk/libdecnumber/bid/host-ieee32.c
libdfp/trunk/libdecnumber/bid/host-ieee64.c
libdfp/trunk/libdecnumber/config.in
libdfp/trunk/libdecnumber/configure
libdfp/trunk/libdecnumber/configure.ac
libdfp/trunk/libdecnumber/dconfig.h
libdfp/trunk/libdecnumber/decBasic.c
libdfp/trunk/libdecnumber/decCommon.c
libdfp/trunk/libdecnumber/decCommonSymbols.h
libdfp/trunk/libdecnumber/decCommonSymbols.h.back
libdfp/trunk/libdecnumber/decContext.c
libdfp/trunk/libdecnumber/decContext.h
libdfp/trunk/libdecnumber/decContextSymbols.h
libdfp/trunk/libdecnumber/decContextSymbols.h.back
libdfp/trunk/libdecnumber/decDPD.h
libdfp/trunk/libdecnumber/decDPDSymbols.h
libdfp/trunk/libdecnumber/decDPDSymbols.h.back
libdfp/trunk/libdecnumber/decDouble.c
libdfp/trunk/libdecnumber/decDouble.h
libdfp/trunk/libdecnumber/decDoubleSymbols.h
libdfp/trunk/libdecnumber/decDoubleSymbols.h.back
libdfp/trunk/libdecnumber/decExcept.c
libdfp/trunk/libdecnumber/decExcept.h
libdfp/trunk/libdecnumber/decLibrary.c
libdfp/trunk/libdecnumber/decNumber.c
libdfp/trunk/libdecnumber/decNumber.h
libdfp/trunk/libdecnumber/decNumberLocal.h
libdfp/trunk/libdecnumber/decNumberSymbols.h
libdfp/trunk/libdecnumber/decNumberSymbols.h.back
libdfp/trunk/libdecnumber/decPacked.c
libdfp/trunk/libdecnumber/decPacked.h
libdfp/trunk/libdecnumber/decPackedSymbols.h
libdfp/trunk/libdecnumber/decPackedSymbols.h.back
libdfp/trunk/libdecnumber/decQuad.c
libdfp/trunk/libdecnumber/decQuad.h
libdfp/trunk/libdecnumber/decQuadSymbols.h
libdfp/trunk/libdecnumber/decQuadSymbols.h.back
libdfp/trunk/libdecnumber/decRound.c
libdfp/trunk/libdecnumber/decRound.h
libdfp/trunk/libdecnumber/decSingle.c
libdfp/trunk/libdecnumber/decSingle.h
libdfp/trunk/libdecnumber/decSingleSymbols.h
libdfp/trunk/libdecnumber/decSingleSymbols.h.back
libdfp/trunk/libdecnumber/dpd/
libdfp/trunk/libdecnumber/dpd/decimal128.c
libdfp/trunk/libdecnumber/dpd/decimal128.h
libdfp/trunk/libdecnumber/dpd/decimal128Local.h
libdfp/trunk/libdecnumber/dpd/decimal128Symbols.h
libdfp/trunk/libdecnumber/dpd/decimal128Symbols.h.back
libdfp/trunk/libdecnumber/dpd/decimal32.c
libdfp/trunk/libdecnumber/dpd/decimal32.h
libdfp/trunk/libdecnumber/dpd/decimal32Symbols.h
libdfp/trunk/libdecnumber/dpd/decimal32Symbols.h.back
libdfp/trunk/libdecnumber/dpd/decimal64.c
libdfp/trunk/libdecnumber/dpd/decimal64.h
libdfp/trunk/libdecnumber/dpd/decimal64Symbols.h
libdfp/trunk/libdecnumber/dpd/decimal64Symbols.h.back
libdfp/trunk/mapround.c
libdfp/trunk/mapround.h
libdfp/trunk/numdigits.h
libdfp/trunk/old_printf_dfp.c
libdfp/trunk/printf_dfp.c
libdfp/trunk/scripts/
libdfp/trunk/scripts/README
libdfp/trunk/scripts/compile (with props)
libdfp/trunk/scripts/config.guess (with props)
libdfp/trunk/scripts/config.sub (with props)
libdfp/trunk/scripts/depcomp (with props)
libdfp/trunk/scripts/firstversions.awk
libdfp/trunk/scripts/install-sh (with props)
libdfp/trunk/scripts/missing (with props)
libdfp/trunk/scripts/move-if-change (with props)
libdfp/trunk/scripts/versions.awk
libdfp/trunk/strtod128.c
libdfp/trunk/strtod32.c
libdfp/trunk/strtod64.c
libdfp/trunk/sysdeps/
libdfp/trunk/sysdeps/bid/
libdfp/trunk/sysdeps/bid/Makefile
libdfp/trunk/sysdeps/bid/Versions
libdfp/trunk/sysdeps/bid/bid-private.c
libdfp/trunk/sysdeps/dpd/
libdfp/trunk/sysdeps/dpd/Makefile
libdfp/trunk/sysdeps/dpd/Versions
libdfp/trunk/sysdeps/dpd/binpowof10.c
libdfp/trunk/sysdeps/dpd/decode.c
libdfp/trunk/sysdeps/dpd/decpowof2.c
libdfp/trunk/sysdeps/dpd/dpd-private.c
libdfp/trunk/sysdeps/dpd/dpd-private.h
libdfp/trunk/sysdeps/powerpc/
libdfp/trunk/sysdeps/powerpc/dfpu/
libdfp/trunk/sysdeps/powerpc/dfpu/fe_decround.c
libdfp/trunk/sysdeps/powerpc/dfpu/numdigits.h
libdfp/trunk/sysdeps/powerpc/fpu/
libdfp/trunk/sysdeps/powerpc/fpu/bits/
libdfp/trunk/sysdeps/powerpc/fpu/bits/README
libdfp/trunk/sysdeps/powerpc/fpu/bits/fenvinline.h
libdfp/trunk/sysdeps/powerpc/fpu/fenv_libdfp.h
libdfp/trunk/sysdeps/powerpc/nofpu/
libdfp/trunk/sysdeps/powerpc/nofpu/bits/
libdfp/trunk/sysdeps/powerpc/nofpu/bits/README
libdfp/trunk/sysdeps/powerpc/nofpu/bits/fenvinline.h
libdfp/trunk/sysdeps/powerpc/powerpc32/
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/Makefile
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/Versions
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/adddd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/addsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/addtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/divdd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/divsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/divtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/eqtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendddtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendsddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/extendsdtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixdddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixddsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixsddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixsdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixtddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixtdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunsdddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunsddsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunssddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunssdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunstddi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/fixunstdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatdidd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatdisd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatditd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsidd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsisd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatsitd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsdidd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsdisd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunsditd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssidd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssisd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/floatunssitd.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/gedd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/gesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/getd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/gtdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/gtsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/gttd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/ledd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/lesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/letd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/ltdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/ltsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/lttd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/muldd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/mulsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/multd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/nedd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/nesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/netd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/subdd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/subsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/subtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/truncddsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/trunctddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/trunctdsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/unorddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/unordsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/power6/fpu/unordtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc32/sysdep.h
libdfp/trunk/sysdeps/powerpc/powerpc64/
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/Makefile
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/Versions
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/adddd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/addsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/addtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/divdd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/divsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/divtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/eqtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendddtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendsddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/extendsdtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixdddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixddsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixsddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixsdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixtddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixtdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunsdddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunsddsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunssddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunssdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunstddi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/fixunstdsi.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatdidd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatdisd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatditd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsidd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsisd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatsitd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsdidd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsdisd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunsditd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssidd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssisd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/floatunssitd.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/gedd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/gesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/getd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/gtdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/gtsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/gttd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/ledd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/lesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/letd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/ltdd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/ltsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/lttd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/muldd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/mulsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/multd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/nedd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/nesd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/netd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/subdd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/subsd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/subtd3.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/truncddsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/trunctddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/trunctdsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/unorddd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/unordsd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/power6/fpu/unordtd2.S
libdfp/trunk/sysdeps/powerpc/powerpc64/sysdep.h
libdfp/trunk/sysdeps/powerpc/sysdep.h
libdfp/trunk/sysdeps/s390/
libdfp/trunk/sysdeps/s390/dfpu/
libdfp/trunk/sysdeps/s390/dfpu/fe_decround.c
libdfp/trunk/sysdeps/s390/dfpu/fenv_libdfp.h
libdfp/trunk/sysdeps/s390/dfpu/numdigits.h
libdfp/trunk/sysdeps/soft-dfp/
libdfp/trunk/sysdeps/soft-dfp/Makefile
libdfp/trunk/sysdeps/soft-dfp/README
libdfp/trunk/sysdeps/soft-dfp/Versions
libdfp/trunk/sysdeps/soft-dfp/adddd3.c
libdfp/trunk/sysdeps/soft-dfp/addsd3.c
libdfp/trunk/sysdeps/soft-dfp/addtd3.c
libdfp/trunk/sysdeps/soft-dfp/bid/
libdfp/trunk/sysdeps/soft-dfp/bid/Makefile
libdfp/trunk/sysdeps/soft-dfp/bid/Versions
libdfp/trunk/sysdeps/soft-dfp/classify.c
libdfp/trunk/sysdeps/soft-dfp/convert.h
libdfp/trunk/sysdeps/soft-dfp/decroundtls.c
libdfp/trunk/sysdeps/soft-dfp/decroundtls.h
libdfp/trunk/sysdeps/soft-dfp/divdd3.c
libdfp/trunk/sysdeps/soft-dfp/divsd3.c
libdfp/trunk/sysdeps/soft-dfp/divtd3.c
libdfp/trunk/sysdeps/soft-dfp/dpd/
libdfp/trunk/sysdeps/soft-dfp/dpd/Makefile
libdfp/trunk/sysdeps/soft-dfp/dpd/Versions
libdfp/trunk/sysdeps/soft-dfp/dpd/numdigits.h
libdfp/trunk/sysdeps/soft-dfp/eqdd2.c
libdfp/trunk/sysdeps/soft-dfp/eqsd2.c
libdfp/trunk/sysdeps/soft-dfp/eqtd2.c
libdfp/trunk/sysdeps/soft-dfp/extendddtd2.c
libdfp/trunk/sysdeps/soft-dfp/extendddtf.c
libdfp/trunk/sysdeps/soft-dfp/extenddfdd.c
libdfp/trunk/sysdeps/soft-dfp/extenddftd.c
libdfp/trunk/sysdeps/soft-dfp/extendsddd2.c
libdfp/trunk/sysdeps/soft-dfp/extendsddf.c
libdfp/trunk/sysdeps/soft-dfp/extendsdtd2.c
libdfp/trunk/sysdeps/soft-dfp/extendsdtf.c
libdfp/trunk/sysdeps/soft-dfp/extendsfdd.c
libdfp/trunk/sysdeps/soft-dfp/extendsfsd.c
libdfp/trunk/sysdeps/soft-dfp/extendsftd.c
libdfp/trunk/sysdeps/soft-dfp/extendtftd.c
libdfp/trunk/sysdeps/soft-dfp/fixdddi.c
libdfp/trunk/sysdeps/soft-dfp/fixddsi.c
libdfp/trunk/sysdeps/soft-dfp/fixsddi.c
libdfp/trunk/sysdeps/soft-dfp/fixsdsi.c
libdfp/trunk/sysdeps/soft-dfp/fixtddi.c
libdfp/trunk/sysdeps/soft-dfp/fixtdsi.c
libdfp/trunk/sysdeps/soft-dfp/fixunsdddi.c
libdfp/trunk/sysdeps/soft-dfp/fixunsddsi.c
libdfp/trunk/sysdeps/soft-dfp/fixunssddi.c
libdfp/trunk/sysdeps/soft-dfp/fixunssdsi.c
libdfp/trunk/sysdeps/soft-dfp/fixunstddi.c
libdfp/trunk/sysdeps/soft-dfp/fixunstdsi.c
libdfp/trunk/sysdeps/soft-dfp/floatdidd.c
libdfp/trunk/sysdeps/soft-dfp/floatdisd.c
libdfp/trunk/sysdeps/soft-dfp/floatditd.c
libdfp/trunk/sysdeps/soft-dfp/floatsidd.c
libdfp/trunk/sysdeps/soft-dfp/floatsisd.c
libdfp/trunk/sysdeps/soft-dfp/floatsitd.c
libdfp/trunk/sysdeps/soft-dfp/floatunsdidd.c
libdfp/trunk/sysdeps/soft-dfp/floatunsdisd.c
libdfp/trunk/sysdeps/soft-dfp/floatunsditd.c
libdfp/trunk/sysdeps/soft-dfp/floatunssidd.c
libdfp/trunk/sysdeps/soft-dfp/floatunssisd.c
libdfp/trunk/sysdeps/soft-dfp/floatunssitd.c
libdfp/trunk/sysdeps/soft-dfp/gedd2.c
libdfp/trunk/sysdeps/soft-dfp/gesd2.c
libdfp/trunk/sysdeps/soft-dfp/getd2.c
libdfp/trunk/sysdeps/soft-dfp/gtdd2.c
libdfp/trunk/sysdeps/soft-dfp/gtsd2.c
libdfp/trunk/sysdeps/soft-dfp/gttd2.c
libdfp/trunk/sysdeps/soft-dfp/ledd2.c
libdfp/trunk/sysdeps/soft-dfp/lesd2.c
libdfp/trunk/sysdeps/soft-dfp/letd2.c
libdfp/trunk/sysdeps/soft-dfp/ltdd2.c
libdfp/trunk/sysdeps/soft-dfp/ltsd2.c
libdfp/trunk/sysdeps/soft-dfp/lttd2.c
libdfp/trunk/sysdeps/soft-dfp/muldd3.c
libdfp/trunk/sysdeps/soft-dfp/mulsd3.c
libdfp/trunk/sysdeps/soft-dfp/multd3.c
libdfp/trunk/sysdeps/soft-dfp/nedd2.c
libdfp/trunk/sysdeps/soft-dfp/nesd2.c
libdfp/trunk/sysdeps/soft-dfp/netd2.c
libdfp/trunk/sysdeps/soft-dfp/subdd3.c
libdfp/trunk/sysdeps/soft-dfp/subsd3.c
libdfp/trunk/sysdeps/soft-dfp/subtd3.c
libdfp/trunk/sysdeps/soft-dfp/truncdddf.c
libdfp/trunk/sysdeps/soft-dfp/truncddsd2.c
libdfp/trunk/sysdeps/soft-dfp/truncddsf.c
libdfp/trunk/sysdeps/soft-dfp/truncdfsd.c
libdfp/trunk/sysdeps/soft-dfp/truncsdsf.c
libdfp/trunk/sysdeps/soft-dfp/trunctddd2.c
libdfp/trunk/sysdeps/soft-dfp/trunctddf.c
libdfp/trunk/sysdeps/soft-dfp/trunctdsd2.c
libdfp/trunk/sysdeps/soft-dfp/trunctdsf.c
libdfp/trunk/sysdeps/soft-dfp/trunctdtf.c
libdfp/trunk/sysdeps/soft-dfp/trunctfdd.c
libdfp/trunk/sysdeps/soft-dfp/trunctfsd.c
libdfp/trunk/sysdeps/soft-dfp/unorddd2.c
libdfp/trunk/sysdeps/soft-dfp/unordsd2.c
libdfp/trunk/sysdeps/soft-dfp/unordtd2.c
libdfp/trunk/tests/
libdfp/trunk/tests/README
libdfp/trunk/tests/test-debug.sh
libdfp/trunk/tests/test-printf.c
libdfp/trunk/wcstod128.c
libdfp/trunk/wcstod32.c
libdfp/trunk/wcstod64.c
Added: libdfp/trunk/CONTRIBUTORS
==============================================================================
--- libdfp/trunk/CONTRIBUTORS (added)
+++ libdfp/trunk/CONTRIBUTORS Wed Aug 5 08:16:17 2009
@@ -1,0 +1,19 @@
+Contribution Statement:
+
+ Since this project is under the pervue of the FSF (Free Software
+ Foundation) contributors must obtain FSF copyright assignment prior
+ to contributing significant patches.
+
+Maintainers:
+
+ Base: Ryan S. Arnold <rsa@xxxxxxxxxx>
+ PowerPC: Ryan S. Arnold <rsa@xxxxxxxxxx>
+ s390: Andreas Krebbel <krebbel@xxxxxxxxxx>
+ x86(64): (tbd)
+
+Contributors:
+
+ Ryan S. Arnold <rsa@xxxxxxxxxx>
+ Peter Eberlein <eberlein@xxxxxxxxxx>
+ Joseph Kerian <kerian@xxxxxxxxxx>
+ Andreas Krebbel <krebbel@xxxxxxxxxx>
Added: libdfp/trunk/COPYING.txt
==============================================================================
--- libdfp/trunk/COPYING.txt (added)
+++ libdfp/trunk/COPYING.txt Wed Aug 5 08:16:17 2009
@@ -1,0 +1,434 @@
+GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 2.1, February 1999
+
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public Licenses are intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users.
+
+This license, the Lesser General Public License, applies to some specially
+designated software packages--typically libraries--of the Free Software
+Foundation and other authors who decide to use it. You can use it too, but we
+suggest you first think carefully about whether this license or the ordinary
+General Public License is the better strategy to use in any particular case,
+based on the explanations below.
+
+When we speak of free software, we are referring to freedom of use, not price.
+Our General Public Licenses are designed to make sure that you have the freedom
+to distribute copies of free software (and charge for this service if you
+wish); that you receive source code or can get it if you want it; that you can
+change the software and use pieces of it in new free programs; and that you are
+informed that you can do these things.
+
+To protect your rights, we need to make restrictions that forbid distributors
+to deny you these rights or to ask you to surrender these rights. These
+restrictions translate to certain responsibilities for you if you distribute
+copies of the library or if you modify it.
+
+For example, if you distribute copies of the library, whether gratis or for a
+fee, you must give the recipients all the rights that we gave you. You must
+make sure that they, too, receive or can get the source code. If you link other
+code with the library, you must provide complete object files to the
+recipients, so that they can relink them with the library after making changes
+to the library and recompiling it. And you must show them these terms so they
+know their rights.
+
+We protect your rights with a two-step method: (1) we copyright the library,
+and (2) we offer you this license, which gives you legal permission to copy,
+distribute and/or modify the library.
+
+To protect each distributor, we want to make it very clear that there is no
+warranty for the free library. Also, if the library is modified by someone else
+and passed on, the recipients should know that what they have is not the
+original version, so that the original author's reputation will not be affected
+by problems that might be introduced by others.
+
+Finally, software patents pose a constant threat to the existence of any free
+program. We wish to make sure that a company cannot effectively restrict the
+users of a free program by obtaining a restrictive license from a patent
+holder. Therefore, we insist that any patent license obtained for a version of
+the library must be consistent with the full freedom of use specified in this
+license.
+
+Most GNU software, including some libraries, is covered by the ordinary GNU
+General Public License. This license, the GNU Lesser General Public License,
+applies to certain designated libraries, and is quite different from the
+ordinary General Public License. We use this license for certain libraries in
+order to permit linking those libraries into non-free programs.
+
+When a program is linked with a library, whether statically or using a shared
+library, the combination of the two is legally speaking a combined work, a
+derivative of the original library. The ordinary General Public License
+therefore permits such linking only if the entire combination fits its criteria
+of freedom. The Lesser General Public License permits more lax criteria for
+linking other code with the library.
+
+We call this license the "Lesser" General Public License because it does Less
+to protect the user's freedom than the ordinary General Public License. It also
+provides other free software developers Less of an advantage over competing
+non-free programs. These disadvantages are the reason we use the ordinary
+General Public License for many libraries. However, the Lesser license provides
+advantages in certain special circumstances.
+
+For example, on rare occasions, there may be a special need to encourage the
+widest possible use of a certain library, so that it becomes a de-facto
+standard. To achieve this, non-free programs must be allowed to use the
+library. A more frequent case is that a free library does the same job as
+widely used non-free libraries. In this case, there is little to gain by
+limiting the free library to free software only, so we use the Lesser General
+Public License.
+
+In other cases, permission to use a particular library in non-free programs
+enables a greater number of people to use a large body of free software. For
+example, permission to use the GNU C Library in non-free programs enables many
+more people to use the whole GNU operating system, as well as its variant, the
+GNU/Linux operating system.
+
+Although the Lesser General Public License is Less protective of the users'
+freedom, it does ensure that the user of a program that is linked with the
+Library has the freedom and the wherewithal to run that program using a
+modified version of the Library.
+
+The precise terms and conditions for copying, distribution and modification
+follow. Pay close attention to the difference between a "work based on the
+library" and a "work that uses the library". The former contains code derived
+from the library, whereas the latter must be combined with the library in order
+to run.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License Agreement applies to any software library or other program
+which contains a notice placed by the copyright holder or other authorized
+party saying it may be distributed under the terms of this Lesser General
+Public License (also called "this License"). Each licensee is addressed as
+"you".
+
+A "library" means a collection of software functions and/or data prepared so as
+to be conveniently linked with application programs (which use some of those
+functions and data) to form executables.
+
+The "Library", below, refers to any such software library or work which has
+been distributed under these terms. A "work based on the Library" means either
+the Library or any derivative work under copyright law: that is to say, a work
+containing the Library or a portion of it, either verbatim or with
+modifications and/or translated straightforwardly into another language.
+(Hereinafter, translation is included without limitation in the term
+"modification".)
+
+"Source code" for a work means the preferred form of the work for making
+modifications to it. For a library, complete source code means all the source
+code for all modules it contains, plus any associated interface definition
+files, plus the scripts used to control compilation and installation of the
+library.
+
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running a program using
+the Library is not restricted, and output from such a program is covered only
+if its contents constitute a work based on the Library (independent of the use
+of the Library in a tool for writing it). Whether that is true depends on what
+the Library does and what the program that uses the Library does.
+
+1. You may copy and distribute verbatim copies of the Library's complete source
+code as you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this License
+and to the absence of any warranty; and distribute a copy of this License along
+with the Library.
+
+You may charge a fee for the physical act of transferring a copy, and you may
+at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Library or any portion of it, thus
+forming a work based on the Library, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+ * a) The modified work must itself be a software library.
+
+ * b) You must cause the files modified to carry prominent
+ notices stating that you changed the files and the date of any
+ change.
+
+
+ * c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ * d) If a facility in the modified Library refers to a
+ function or a table of data to be supplied by an application program
+ that uses the facility, other than as an argument passed when the
+ facility is invoked, then you must make a good faith effort to
+ ensure that, in the event an application does not supply such
+ function or table, the facility still operates, and performs
+ whatever part of its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots
+ has a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must be
+ optional: if the application does not supply it, the square root
+ function must still compute square roots.)
+
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Library,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Library, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote
+ it.
+
+ Thus, it is not the intent of this section to claim rights or
+ contest your rights to work written entirely by you; rather, the
+ intent is to exercise the right to control the distribution of
+ derivative or collective works based on the Library.
+
+ In addition, mere aggregation of another work not based on the
+ Library with the Library (or with a work based on the Library) on a
+ volume of a storage or distribution medium does not bring the other
+ work under the scope of this License.
+
+3. You may opt to apply the terms of the ordinary GNU General Public License
+instead of this License to a given copy of the Library. To do this, you must
+alter all the notices that refer to this License, so that they refer to the
+ordinary GNU General Public License, version 2, instead of to this License. (If
+a newer version than version 2 of the ordinary GNU General Public License has
+appeared, then you can specify that version instead if you wish.) Do not make
+any other change in these notices.
+
+Once this change is made in a given copy, it is irreversible for that copy, so
+the ordinary GNU General Public License applies to all subsequent copies and
+derivative works made from that copy.
+
+This option is useful when you wish to copy part of the code of the Library
+into a program that is not a library.
+
+4. You may copy and distribute the Library (or a portion or derivative of it,
+under Section 2) in object code or executable form under the terms of Sections
+1 and 2 above provided that you accompany it with the complete corresponding
+machine-readable source code, which must be distributed under the terms of
+Sections 1 and 2 above on a medium customarily used for software interchange.
+
+If distribution of object code is made by offering access to copy from a
+designated place, then offering equivalent access to copy the source code from
+the same place satisfies the requirement to distribute the source code, even
+though third parties are not compelled to copy the source along with the object
+code.
+
+5. A program that contains no derivative of any portion of the Library, but is
+designed to work with the Library by being compiled or linked with it, is
+called a "work that uses the Library". Such a work, in isolation, is not a
+derivative work of the Library, and therefore falls outside the scope of this
+License.
+
+However, linking a "work that uses the Library" with the Library creates an
+executable that is a derivative of the Library (because it contains portions of
+the Library), rather than a "work that uses the library". The executable is
+therefore covered by this License. Section 6 states terms for distribution of
+such executables.
+
+When a "work that uses the Library" uses material from a header file that is
+part of the Library, the object code for the work may be a derivative work of
+the Library even though the source code is not. Whether this is true is
+especially significant if the work can be linked without the Library, or if the
+work is itself a library. The threshold for this to be true is not precisely
+defined by law.
+
+If such an object file uses only numerical parameters, data structure layouts
+and accessors, and small macros and small inline functions (ten lines or less
+in length), then the use of the object file is unrestricted, regardless of
+whether it is legally a derivative work. (Executables containing this object
+code plus portions of the Library will still fall under Section 6.)
+
+Otherwise, if the work is a derivative of the Library, you may distribute the
+object code for the work under the terms of Section 6. Any executables
+containing that work also fall under Section 6, whether or not they are linked
+directly with the Library itself.
+
+6. As an exception to the Sections above, you may also combine or link a "work
+that uses the Library" with the Library to produce a work containing portions
+of the Library, and distribute that work under terms of your choice, provided
+that the terms permit modification of the work for the customer's own use and
+reverse engineering for debugging such modifications.
+
+You must give prominent notice with each copy of the work that the Library is
+used in it and that the Library and its use are covered by this License. You
+must supply a copy of this License. If the work during execution displays
+copyright notices, you must include the copyright notice for the Library among
+them, as well as a reference directing the user to the copy of this License.
+Also, you must do one of these things:
+
+ * a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that uses
+ the Library", as object code and/or source code, so that the user
+ can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood that
+ the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application to
+ use the modified definitions.)
+
+ * b) Use a suitable shared library mechanism for linking with
+ the Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if the
+ user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ * c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials specified in
+ Subsection 6a, above, for a charge no more than the cost of
+ performing this distribution.
+
+ * d) If distribution of the work is made by offering access to
+ copy from a designated place, offer equivalent access to copy the
+ above specified materials from the same place.
+
+ * e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+For an executable, the required form of the "work that uses the Library" must
+include any data and utility programs needed for reproducing the executable
+from it. However, as a special exception, the materials to be distributed need
+not include anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the operating
+system on which the executable runs, unless that component itself accompanies
+the executable.
+
+It may happen that this requirement contradicts the license restrictions of
+other proprietary libraries that do not normally accompany the operating
+system. Such a contradiction means you cannot use both them and the Library
+together in an executable that you distribute.
+
+7. You may place library facilities that are a work based on the Library
+side-by-side in a single library together with other library facilities not
+covered by this License, and distribute such a combined library, provided that
+the separate distribution of the work based on the Library and of the other
+library facilities is otherwise permitted, and provided that you do these two
+things:
+
+ * a) Accompany the combined library with a copy of the same
+ work based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the Sections
+ above.
+
+ * b) Give prominent notice with the combined library of the
+ fact that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+8. You may not copy, modify, sublicense, link with, or distribute the Library
+except as expressly provided under this License. Any attempt otherwise to copy,
+modify, sublicense, link with, or distribute the Library is void, and will
+automatically terminate your rights under this License. However, parties who
+have received copies, or rights, from you under this License will not have
+their licenses terminated so long as such parties remain in full compliance.
+
+9. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Library
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Library (or
+any work based on the Library), you indicate your acceptance of this License to
+do so, and all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+10. Each time you redistribute the Library (or any work based on the Library),
+the recipient automatically receives a license from the original licensor to
+copy, distribute, link with or modify the Library subject to these terms and
+conditions. You may not impose any further restrictions on the recipients'
+exercise of the rights granted herein. You are not responsible for enforcing
+compliance by third parties with this License.
+
+11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues), conditions
+are imposed on you (whether by court order, agreement or otherwise) that
+contradict the conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as to satisfy
+simultaneously your obligations under this License and any other pertinent
+obligations, then as a consequence you may not distribute the Library at all.
+For example, if a patent license would not permit royalty-free redistribution
+of the Library by all those who receive copies directly or indirectly through
+you, then the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply, and
+the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.
+
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.
+
+12. If the distribution and/or use of the Library is restricted in certain
+countries either by patents or by copyrighted interfaces, the original
+copyright holder who places the Library under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In such
+case, this License incorporates the limitation as if written in the body of
+this License.
+
+13. The Free Software Foundation may publish revised and/or new versions of the
+Lesser General Public License from time to time. Such new versions will be
+similar in spirit to the present version, but may differ in detail to address
+new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library specifies
+a version number of this License which applies to it and "any later version",
+you have the option of following the terms and conditions either of that
+version or of any later version published by the Free Software Foundation. If
+the Library does not specify a license version number, you may choose any
+version ever published by the Free Software Foundation.
+
+14. If you wish to incorporate parts of the Library into other free programs
+whose distribution conditions are incompatible with these, write to the author
+to ask for permission. For software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we sometimes make exceptions
+for this. Our decision will be guided by the two goals of preserving the free
+status of all derivatives of our free software and of promoting the sharing and
+reuse of software generally.
+
+NO WARRANTY
+
+15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
+THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
+STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
+LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU
+ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
+LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
+INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
+BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER
+OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
Added: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (added)
+++ libdfp/trunk/ChangeLog Wed Aug 5 08:16:17 2009
@@ -1,0 +1,8 @@
+2009-07-22 Ryan S. Arnold <rsa@xxxxxxxxxx>
+
+This commit adds the top-level sub-directories for the stand-alone libdfp
+project. It adds the top-level directory libdfp/ per Mark Mitchell's
+direction on patches@xxxxxxxxxx on Mon, 29 Jun 2009.
+
+ * libdfp: New.
+ * libdfp/trunk: New.
Added: libdfp/trunk/Makefile.gdb
==============================================================================
--- libdfp/trunk/Makefile.gdb (added)
+++ libdfp/trunk/Makefile.gdb Wed Aug 5 08:16:17 2009
@@ -1,0 +1,41 @@
+# These are all used for debugging testcases. This is sufficiently hackish so
+# it's going into it's own Makefile.
+
+$(top_builddir)/test-debug.conf: Makefile
+ echo 'CC="$(CC)"' > $@
+ echo 'DBG=$(dir $(firstword $(CC)))gdb$(cc_msize)' >> $@
+ echo 'OBJDUMP=$(dir $(firstword $(CC)))objdump' >> $@
+ echo 'GLIBC_BUILD=$(glibc_builddir)' >> $@
+ echo 'GLIBC_HEADERS=$(glibc_headers)' >> $@
+ echo 'LIBDFP_BUILD=$(top_builddir)/' >> $@
+ echo 'LIBDFP_HEADERS=$(top_srcdir)/dfp' >> $@
+ echo 'LIBDFP_SRC=$(top_srcdir)' >> $@
+ cp $(top_srcdir)/tests/test-debug.sh $(top_builddir)/
+ @echo
+
+$(addsuffix .conf,$(libdfp_tests)):
+ echo 'GDB_SCRIPT="$(patsubst %.conf,%,$@).gdb"' > $@
+ echo 'APP="$(patsubst %.conf,%,$@)"' >> $@
+ echo 'APP_SRC="$(patsubst %.conf,%,$@).c"' >> $@
+ @echo
+
+$(addsuffix .gdb,$(libdfp_tests)): $(libdfp_tests)
+ echo 'set environment C -E -x c-header' > $@
+ echo 'break _dl_main_dispatch' >> $@
+ echo 'run --library-path $(LIBRARY_PATH):$(glibc_builddir)/nptl_db:$(top_builddir)/ $(top_builddir)/$(patsubst %.gdb,%,$@)' >> $@
+ echo '' >> $@
+ echo -n 'add-symbol-file $(top_builddir)/$(patsubst %.gdb,%,$@) 0x' >> $@
+ echo `$(dir $(firstword $(CC)))objdump -s --section=".text" $(top_builddir)/$(patsubst %.gdb,%,$@) | grep Contents -A 1 | tail -n 1 | awk -F' ' '{printf $$1}'` >> $@
+ echo '' >> $@
+ echo 'set $$libc = 0x' >> $@
+ echo -n 'set $$start = 0x' >> $@
+ echo `$(dir $(firstword $(CC)))objdump -s --section=".text" $(glibc_builddir)/libc.so | grep Contents -A 1 | tail -n 1 | awk -F' ' '{printf $$1}'` >> $@
+ echo 'set $$addr = $$libc + $$start' >> $@
+ echo 'add-symbol-file $(glibc_builddir)/libc.so $$addr' >> $@
+ echo '' >> $@
+ echo 'set $$libdfp = 0x' >> $@
+ echo -n 'set $$start = 0x' >> $@
+ echo `$(dir $(firstword $(CC)))objdump -s --section=".text" $(top_builddir)/libdfp.so.1 | grep Contents -A 1 | tail -n 1 | awk -F' ' '{printf $$1}'` >> $@
+ echo 'set $$addr = $$libdfp + $$start' >> $@
+ echo 'add-symbol-file $(top_builddir)/libdfp.so.1 $$addr' >> $@
+ @echo
Added: libdfp/trunk/Makefile.in
==============================================================================
--- libdfp/trunk/Makefile.in (added)
+++ libdfp/trunk/Makefile.in Wed Aug 5 08:16:17 2009
@@ -1,0 +1,301 @@
+ifneq (,)
+This Makefile requires GNU Make.
+endif
+
+top_srcdir := @top_srcdir@
+top_builddir = .
+
+dfp_name = @PACKAGE_NAME@
+dfp_version = @PACKAGE_VERSION@
+
+STATIC_LIBRARY = @PACKAGE_NAME@.a
+
+# e.g. libdfp-0.0.1.so
+SHARED_VERSION_LIBRARY = @PACKAGE_NAME@-@PACKAGE_VERSION@.so
+
+# e.g. libdfp.so.1
+SHARED_LIBRARY = @PACKAGE_NAME@.so.1
+
+CC = @CC@
+RANLIB = @RANLIB@
+AWK = @AWK@
+
+# libdecnumber or libbid
+dfp_backend = @dfp_backend@
+dfp_backend_lib = @dfp_backend@.a
+
+# dpd or bid
+dfp_encoding = @enable_decimal_float@
+
+# e.g. powerpc
+base_machine = @base_machine@
+# e.g. powerpc32
+machine = @machine@
+# e.g. power6
+submachine = @submachine@
+# e.g. -mcpu=power6
+submachine_opt = @submachine_opt@
+
+ifdef submachine_opt
+cflags-cpu = $(submachine_opt)
+asflags-cpu = $(submachine_opt)
+endif
+
+cc_msize = @cc_msize@
+
+default_cflags := -g -O2
+
+ifndef +cflags
+# If `CFLAGS' was defined by configure, use that.
+ifdef CFLAGS
++cflags := $(filter-out -I%,$(CFLAGS))
+endif
+endif
+
+# If none of the above worked, default to "-g -O2"
+ifeq "$(strip $(+cflags))" ""
++cflags := $(default_cflags)
+endif # $(+cflags) == ""
+
++cflags += $(cflags-cpu)
+
+# Don't duplicate options if we inherited variables from the parent.
++cflags>:= $(sort $(+cflags))
+
+#override CFLAGS = -std=gnu99 $(gnu-inline-CFLAGS) $(+cflags)
+override CFLAGS = $(gnu-inline-CFLAGS) $(+cflags)
+
+# These are the flags given to the compiler to tell it what sort of
+# optimization and/or debugging output to do for .S files.
+ifndef +asflags
+# If `ASFLAGS' was defined, use that.
+ifdef ASFLAGS
++asflags := $(ASFLAGS)
+endif #ASFLAGS
+endif # +asflags
+
+# This makes sure -mcpu=CPU gets used when gcc is invoked against .S files.
++asflags += $(asflags-cpu)
+
+override ASFLAGS = $(+asflags)
+
+sysdep_dirs = @sysdep_dirs@
+
+# Strip of the trailing slashes on these
+glibc_headers = $(patsubst %/,%,@glibc_headers@)
+glibc_builddir = $(patsubst %/,%,@glibc_build@)
+
+ifneq ( ,$(glibc_headers))
+glibc_headers_dir = -isystem $(glibc_headers)
+endif
+
+# This is the precedence ordered list of subdirectories that configure
+# selected for searching based upon submachine, machine, base_machine,
+# dfp_encoding, and dfp_backend. Add the ieee754r and decNumberMath
+# convenience directories to the list.
+
+# Find each sysdep directory or convenience directory with a Makefile in it.
+makefile_dirs := $(foreach odir,$(sysdep_dirs), $(dir $(wildcard $(top_srcdir)/$(odir)/Makefile))) $(top_srcdir)/decNumberMath/ $(top_srcdir)/ieee754r/ $(top_srcdir)/base-math
+
+# Like $makefile_dirs but add the $(top_srcdir) reference and strip out the redundant spaces.
+# This has to be = assigned.
+all_srcdirs = $(strip $(foreach dir,$(sysdep_dirs), $(top_srcdir)/$(dir))) $(top_srcdir)/decNumberMath/ $(top_srcdir)/ieee754r/ $(top_srcdir)/base-math $(top_srcdir)/ $(top_srcdir)/tests
+
+# We need to add the $(dfp_backend) directories to the search path in order to
+# pick up header files in those directories.
+ifeq ($(dfp_backend),libdecnumber)
+ # libdecnumber/bid or libdecnumber/dpd holds header files.
+ backend_headers := $(dfp_backend)/$(dfp_encoding) $(dfp_backend)
+else # libbid
+ # TODO implement
+ backend_headers :=
+endif
+
+# For header files we want to search every directory that is relevant. We
+# have to include $(top_builddir) in order to pick up the configure generated
+# config.h.
+header_dirs := $(strip include $(backend_headers) $(sysdep_dirs) dfp/ decNumberMath/ ieee754/ base-math/)
+
+header_search_dirs := $(header_dirs:%=$(top_srcdir)/%) $(top_srcdir) $(top_builddir)
+
+# GNU Make hack to reference a ' ' (space) character as the `from' function parameter in $(subst from,to,...).
+sp :=
+sp +=
+
+# VPATH only needs to know the directory that source files are in. Headers
+# are searched based on -I precedence during the compilation invocation.
+VPATH := $(subst $(sp),:,$(all_srcdirs))
+# Files common to the $(top_srcdir). These may be overriden in the sysdep
+# directories and this list may have additional files added by sysdeps
+# directory Makefiles which are included (not recursively invoked).
+libdfp_files := dfptypeconv mapround decode fmt_d32 fmt_d64 fmt_d128 fe_decround \
+ strtod32 strtod64 strtod128 wcstod32 wcstod64 wcstod128 \
+ printf_dfp
+
+# The sysdeps subdirs aren't recursively invoked, they're included so that
+# they can add files to the libdfp_files list.
+include $(foreach dir,$(makefile_dirs), $(dir)/Makefile )
+
+#.PHONY: all
+
+# Libdfp has a dependency on the backend so build that first.
+all: first backend libdfp
+
+# Fake rule to output the VPATH before we build anything.
+first:
+ @echo VPATH=$(VPATH)
+ @echo Processing Makefiles: $(makefile_dirs)
+
+# The backends are standalone projects so they need their Makefiles executed
+# recursively.
+.PHONY: backend $(top_builddir)/$(dfp_backend)
+backend: $(top_builddir)/$(dfp_backend)
+
+# Configure will have generated the Makefile for the selected backend.
+# Let's add it to the subdir list so it gets recursively invoked by Make.
+$(top_builddir)/$(dfp_backend):
+ @echo +Building the DFP backend library.
+ DEFS="-D__STDC_DEC_FP__=200704L" $(MAKE) -eC $@
+ @echo
+
+libdfp: @enable_static@ @enable_shared@
+
+static: $(top_builddir)/$(STATIC_LIBRARY)
+
+shared: $(top_builddir)/$(SHARED_VERSION_LIBRARY)
+
+#WARNS := -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long
+
+WARNS := -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-long-long
+C_DEFINES := -D__STDC_DEC_FP__=200704L -D__STDC_WANT_DEC_FP__=1 -DOPTION_EGLIBC_LOCALE_CODE=1 -D_POSIX_C_SOURCE=200809L -std=gnu99 -D_SVID_SOURCE
+ASM_DEFINES := -D__ELF__ -D__ASSEMBLER__ -DASSEMBLER -D__STDC_DEC_FP__=200704L -D__STDC_WANT_DEC_FP__=1 -DOPTION_EGLIBC_LOCALE_CODE=1
+
+# Build the static object files.
+.c.o:
+ $(CC) $(CFLAGS) -c $< $(C_DEFINES) $(WARNS) -include $(top_srcdir)/include/libdfp-symbols.h $(foreach dir, $(header_search_dirs), -I$(dir)) $(glibc_headers_dir) -o $@
+ @echo
+.S.o:
+ $(CC) $(ASFLAGS) -c $< $(ASM_DEFINES) $(WARNS) -include $(top_srcdir)/include/libdfp-symbols.h -include $(top_builddir)/config.h $(foreach dir, $(header_search_dirs), -I$(dir)) $(glibc_headers_dir) -o $@
+ @echo
+
+# Build the shared object files.
+.c.os:
+ $(CC) $(CFLAGS) -c $< $(C_DEFINES) $(WARNS) -include $(top_srcdir)/include/libdfp-symbols.h $(foreach dir, $(header_search_dirs), -I$(dir)) $(glibc_headers_dir) -o $@
+ @echo
+.S.os:
+ $(CC) $(ASFLAGS) -c $< $(ASM_DEFINES) $(WARNS) -include $(top_srcdir)/include/libdfp-symbols.h -include $(top_builddir)/config.h $(foreach dir, $(header_search_dirs), -I$(dir)) $(glibc_headers_dir) -o $@
+ @echo
+
+
+# Archive the static library.
+$(top_builddir)/$(STATIC_LIBRARY): $(top_builddir)/$(dfp_backend)/$(dfp_backend_lib) $(addsuffix .o,$(libdfp_files))
+ @echo +Creating static library $@
+ $(AR) rc $@ $(wordlist 2,$(words $?),$?) $(dfp_backend)/*.o
+ @ranlibpath=`which $(RANLIB)`; \
+ if test -x "$$ranlibpath"; \
+ then $(RANLIB) $@; fi;
+ @echo
+
+# Build the version tagged shared object and set the symlink. This requires
+# that the $(dfp_name).map file be composed out of individual Versions files.
+# -bsymbolic makes the library avoid using the PLT for library internal calls.
+$(top_builddir)/$(SHARED_VERSION_LIBRARY): $(top_builddir)/$(dfp_name).map $(addsuffix .os,$(libdfp_files))
+ @echo +Linking shared object files into $@ and creating version symlink $(SHARED_LIBRARY).
+ $(CC) -shared -Wl,-soname,$(SHARED_LIBRARY) -Bsymbolic -nodefaultlibs -nostdlib -Wl,--whole-archive $(dfp_backend)/$(dfp_backend_lib) -Wl,--version-script,$(dfp_name).map $(wordlist 2,$(words $?),$?) -o $@; \
+ ln -s $(top_builddir)/$@ $(SHARED_LIBRARY)
+ @echo
+
+# The LIBDFP version script support is strongly based upon the GLIBC version
+# script Makefile foo. Thanks Roland and Uli!
+
+# Versions.def defines the package versions.
+$(top_builddir)/Versions.all: $(..)scripts/firstversions.awk \
+ $(top_srcdir)/Versions.def
+ @echo +Creating $@ by running $(word 1,$?) against $(word 2,$?).
+ { cat $(word 2,$^); } | LC_ALL=C $(AWK) -f $< > $@T
+ mv -f $@T $@
+ @echo
+
+# Versions.sysdeps is a concatenation of all of the sysdep directory Versions
+# files (that accompany a Makefile) and run through sed to strip comments. We
+# use the wildcard function to verify that there actually is a Versions file
+# accompanying a Makefile before we set it as a dependency. Some sysdeps dirs
+# only add internal interfaces.
+$(top_builddir)/Versions.sysdeps: $(top_srcdir)/Versions $(wildcard $(makefile_dirs:%=%Versions))
+ @echo +Scrubbing the following Versions files for comments and concatenating into a single $@ file.
+ sed '/^[ ]*%/!s/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' $? > $@T
+ mv -f $@T $@
+ @echo
+
+move-if-change = $(SHELL) $(top_srcdir)/scripts/move-if-change
+
+# This runs versions.awk and generates libdfp.map from the Versions.all and
+# Versions.sysdeps files.
+$(top_builddir)/sysd-versions: $(top_builddir)/Versions.all \
+ $(top_builddir)/Versions.sysdeps \
+ $(..)scripts/versions.awk
+ @echo +The following invocation of $(word 3,$^) outputs $(dfp_name).map automagically.
+ ( echo 'sysd-versions-subdirs = $(strip $(top_srcdir)/ $(makefile_dirs))'; \
+ cat $(top_builddir)/$(word 2,$^) \
+ | LC_ALL=C $(AWK) -v buildroot="$(top_builddir)/" -v defsfile=$< \
+ -v move_if_change='$(move-if-change)' \
+ -f $(word 3,$^) \
+ ) > $@T
+ mv $@T $@
+ @echo
+
+# This rule causes sysd-versions to be generated, which in turn invokes
+# versions.awk which generates libdfp.map implicitly.
+$(top_builddir)/libdfp.map: $(top_builddir)/sysd-versions
+
+GLIBC_LIBS := $(glibc_builddir)/libc.so $(glibc_builddir)/math/libm.so $(glibc_builddir)/nptl/libpthread.so
+
+libdfp_tests = test-printf
+
+# Explicitly link against the uninstalled GLIBC and the Libdfp.so.1 we just
+# built.
+$(libdfp_tests): %:%.o
+ $(CC) $(CFLAGS) $(GLIBC_LIBS) $(top_builddir)/$(SHARED_LIBRARY) $(top_builddir)/$(addsuffix .o,$@) -o $@
+ @echo
+
+LIBRARY_PATH = $(glibc_builddir)/:$(glibc_builddir)/math:$(glibc_builddir)/elf:$(glibc_builddir)/nptl
+#$(glibc_builddir)/dlfcn:\
+# $(glibc_builddir)/nss:$(glibc_builddir)/nis:\
+# $(glibc_builddir)/rt:$(glibc_builddir)/resolv:\
+# $(glibc_builddir)/crypt:
+
+# Invoke the GLIBC loader and tell it to run the application. Also make sure
+# the .gdb files are generated before the tests are run so that they get
+# generated even if the tests fail.
+$(addsuffix .out,$(libdfp_tests)): $(libdfp_tests) $(addsuffix .gdb,$(libdfp_tests))
+ ulimit -c unlimited; GCONV_PATH=$(glibc_builddir)/iconvdata LC_ALL=C \
[... 137011 lines stripped ...]