OSDN Git Service

2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Tue, 27 Nov 2007 02:14:19 +0000 (02:14 +0000)
committerironhead <ironhead>
Tue, 27 Nov 2007 02:14:19 +0000 (02:14 +0000)
commit301a0633715e2bba94abf73dafb4516c46ea159c
tree872e32637afa7cb99e25715fa1e8d899e594339c
parent7823fd2b5a78006bc6befa4633af244b8f1ad28e
2007-11-26  Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * Makefile.in: Add libmsvcr90.a and libmsvcr90d.a targets.
        * msvcrt.def.in: Add support for __msvcr90__ and __msvcr90d__ defines.
        * mingwex/math/log10f.S: Correct issue with comments.
        * mingwex/math/log10l.S: Ditto.
        * mingwex/math/log1p.S: Ditto.
        * mingwex/math/log1pf.S: Ditto.
        * mingwex/math/log1pl.S: Ditto.
        * mingwex/math/log2.S: Ditto.
        * mingwex/math/log2f.S: Ditto.
        * mingwex/math/log2l.S: Ditto.
        * mingwex/math/logf.S: Ditto.
        * mingwex/math/logl.S: Ditto.
13 files changed:
winsup/mingw/ChangeLog
winsup/mingw/Makefile.in
winsup/mingw/mingwex/math/log10f.S
winsup/mingw/mingwex/math/log10l.S
winsup/mingw/mingwex/math/log1p.S
winsup/mingw/mingwex/math/log1pf.S
winsup/mingw/mingwex/math/log1pl.S
winsup/mingw/mingwex/math/log2.S
winsup/mingw/mingwex/math/log2f.S
winsup/mingw/mingwex/math/log2l.S
winsup/mingw/mingwex/math/logf.S
winsup/mingw/mingwex/math/logl.S
winsup/mingw/msvcrt.def.in