diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2008-10-13 22:47:58 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2008-10-13 22:47:58 +0000 |
commit | 206473437f7ef62fe9a5077a4f256f2c396ed2e1 (patch) | |
tree | fdf2de740d40640046d6421250ccfa6e313b6c7d /winsup/mingw/ChangeLog | |
parent | 5f9ca0d25add60f331f8a39ce308ffd99157f0b4 (diff) | |
download | newlib-206473437f7ef62fe9a5077a4f256f2c396ed2e1.zip newlib-206473437f7ef62fe9a5077a4f256f2c396ed2e1.tar.gz newlib-206473437f7ef62fe9a5077a4f256f2c396ed2e1.tar.bz2 |
Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementations of scalb().
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index beb934b..aa09e8f 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,12 @@ +2008-10-13 Keith Marshall <keithmarshall@users.sourceforge.net> + + Fix MinGW-Bug [2160227] + Eliminate conflicting declarations and implementations of scalb(). + + * moldname.def.in (scalb): Comment out of EXPORTS list. + * include/math.h (scalb): Comment out OLDNAMES prototype; it conflicts + with GCC's built-in declaration. + 2008-10-12 Christopher Faylor <me+cygwin@cgf.cx> * Makefile.in: Use a different method to invoke gcc in a cygwin-hosted |