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/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index b884f69f1..afbe141ee 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,19 @@
+2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
+
+ * configure.host (machine_dir, sys_dir, syscall_dir, newlib_cflags):
+ Add settings for nios2*.
+ * libc/include/machine/ieeefp.h (IEEE_BIG_ENDIAN, IEEE_LITTLE_ENDIAN):
+ Likewise.
+ * libc/include/machine/setjmp.h (JBLEN, JBTYPE): Likewise.
+ * libc/machine/configure.in: Add nios2 subdir.
+ * libc/machine/configure: Regenerated.
+ * libc/machine/nios2/Makefile.am: New.
+ * libc/machine/nios2/Makefile.in: New (autogenerated).
+ * libc/machine/nios2/aclocal.m4: New (copied from mips version).
+ * libc/machine/nios2/configure.in: New.
+ * libc/machine/nios2/configure: New (autogenerated).
+ * libc/machine/nios2/setjmp.s: New.
+
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdio/local.h (CHECK_INIT): Evaluate argument only once.