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:
authorNick Clifton <nickc@redhat.com>2015-10-19 16:48:30 +0300
committerNick Clifton <nickc@redhat.com>2015-10-19 16:48:30 +0300
commitc3b6da1781011414436071bfc3a4dd9dad21d2e3 (patch)
tree418e641cda180f517369d850eb1e1cdc9d07a34a /newlib/ChangeLog
parentf86afe5a3ac62a92e821c764a011e1625abdd326 (diff)
Extend _intsup.h to support 16-bit and 20-bit pointers.
* libc/include/sys/_intsup.h: Add support for 16-bit and 20-bit pointers.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fe583625e..94b1f7b81 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-19 Nick Clifton <nickc@redhat.com>
+
+ * libc/include/sys/_intsup.h: Add support for 16-bit and 20-bit
+ pointers.
+
2015-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add alloc_aligned.c.c.