Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>2013-04-08 13:34:35 +0400
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>2013-04-08 13:34:35 +0400
commitd57416f03d8df77d1ce96022a322fd19fa8a195c (patch)
treed126540a423f9d4eb4e76ff8a8d6ccba0c28f60f
parentf653639a220ce0a09f25e83d8be452cb45560d9b (diff)
* libc/stdio/vfieeefp.h (ldieee): Fix typo.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/stdio/vfieeefp.h2
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 */