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:
authorDJ Delorie <dj@redhat.com>2014-12-16 23:46:25 +0300
committerDJ Delorie <dj@redhat.com>2014-12-16 23:46:25 +0300
commitae4a2bd820432ae02e02f5133783f66757051ffa (patch)
tree65adbece7d3fadd3dd040f1757de634651e82f70 /newlib/ChangeLog
parent52edca9f86f192ffabca35853ab45154f09ea833 (diff)
* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume that
integers are as big as 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 0786ef4bb..d5f5e6644 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-16 DJ Delorie <dj@redhat.com>
+
+ * libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume that
+ integers are as big as pointers.
+
2014-12-16 Richard Earnshaw <rearnsha@arm.com>
* libc/machine/aarch64/strcpy.S: Improve handling of short strings.