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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8ad246198..39e04d9c6 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2014-06-09 DJ Delorie <dj@redhat.com>
+
+ * configure.host (default_newlib_nano_malloc): New.
+ (msp430): Set it.
+ * configure.in (newlib_nano_malloc): Leave unset if not set by
+ the user.
+ * configure: Regenerate.
+ * libc/configure.in (NEWLIB_NANO_MALLOC): Set after running
+ configure.host.
+ (newlib_nano_malloc): Leave unset if not set by the user.
+ * libc/configure: Regenerate.
+
2014-05-15 Daniel Cederman <cederman@gaisler.com>
* libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6.