diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2013-04-08 09:34:35 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2013-04-08 09:34:35 +0000 |
commit | d57416f03d8df77d1ce96022a322fd19fa8a195c (patch) | |
tree | d126540a423f9d4eb4e76ff8a8d6ccba0c28f60f | |
parent | f653639a220ce0a09f25e83d8be452cb45560d9b (diff) | |
download | cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.tar.gz cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.tar.bz2 cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.zip |
* libc/stdio/vfieeefp.h (ldieee): Fix typo.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/stdio/vfieeefp.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 126f5f059..a37ff28e9 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2013-04-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org> + + * libc/stdio/vfieeefp.h (ldieee): Fix typo. + 2013-04-02 Sebastian Huber <sebastian.huber@embedded-brains.de> * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic diff --git a/newlib/libc/stdio/vfieeefp.h b/newlib/libc/stdio/vfieeefp.h index c13f9e8dc..716911909 100644 --- a/newlib/libc/stdio/vfieeefp.h +++ b/newlib/libc/stdio/vfieeefp.h @@ -131,7 +131,7 @@ struct ldieee unsigned manh:32; unsigned manl:32; unsigned manl2:32; - unsigned manl3;16; + unsigned manl3:16; }; #endif /* LDBL_MANT_DIG */ #endif /* !IEEE_8087 */ |