diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-08-16 17:09:31 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-08-16 17:09:31 +0000 |
commit | 721a934c16ce3dd18c71f0afef7b4505a23b8c47 (patch) | |
tree | 7937bc91222916023affd830e4cc098e286ae923 /newlib/ChangeLog | |
parent | 6e8285f48b54bc59ae2975e10d641820144db32c (diff) | |
download | cygnal-721a934c16ce3dd18c71f0afef7b4505a23b8c47.tar.gz cygnal-721a934c16ce3dd18c71f0afef7b4505a23b8c47.tar.bz2 cygnal-721a934c16ce3dd18c71f0afef7b4505a23b8c47.zip |
2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
* libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT
#if.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6f224f2b8..066347acb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-08-16 Nathan Sidwell <nathan@codesourcery.com> + + * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT + #if. + 2004-08-12 Jeff Johnston <jjohnstn@redhat.com> * libc/sys/linux/sys/types.h (u64): New typedef to allow building |