OSDN Git Service

2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 14 Oct 2005 21:11:39 +0000 (21:11 +0000)
committerjjohnstn <jjohnstn>
Fri, 14 Oct 2005 21:11:39 +0000 (21:11 +0000)
commit72834efd587365b8672c4deef3a59233eb4175ed
tree67729f6254bb2bc9765eb5232840c4debfffbf8b
parent5c08d5ab56cdbc173beb869e4324c09d8668c0d7
2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
        * libm/common/Makefile.am: Add s_infconst.c support.
        * libm/common/Makefile.in: Regenerated.
        * libm/common/s_infconst.c: New file with float and
        long double infinity support added.
        * libm/math/Makefile.am: Remove s_infconst.c support.
        * libm/math/Makefile.in: Regenerated.
        * libm/math/s_infconst.c: Moved to common directory.
        * libm/mathfp/Makefile.am: Remove s_infconst.c support.
        * libm/mathfp/Makefile.in: Regenerated.
        * libm/mathfp/s_infconst.c: Moved to common directory.
newlib/ChangeLog
newlib/libc/include/math.h
newlib/libm/common/Makefile.am
newlib/libm/common/Makefile.in
newlib/libm/common/s_infconst.c [new file with mode: 0644]
newlib/libm/math/Makefile.am
newlib/libm/math/Makefile.in
newlib/libm/math/s_infconst.c [deleted file]
newlib/libm/mathfp/Makefile.am
newlib/libm/mathfp/Makefile.in
newlib/libm/mathfp/s_infconst.c [deleted file]