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:
authorJeff Johnston <jjohnstn@redhat.com>2006-11-08 22:26:43 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-11-08 22:26:43 +0300
commit292f8e2328d56d163f5a2fc7f07f348ccd6bb1ae (patch)
treed3e1fb321ea4bfdf39a153d7f482e22aaa0fd65d /newlib/ChangeLog
parent2fd2ddf3f5bacc7cccc9ac2d32b8024125808b6e (diff)
2006-11-08 Jie Zhang <jzhang918@gmail.com>
* configure.host: Add support for bfin. * libc/include/machine/ieeefp.h: Define __IEEE_LITTLE_ENDIAN for bfin. * libc/include/machine/setjmp.h: Define _JBLEN for bfin. * libc/machine/bfin/aclocal.m4: Generate. * libc/machine/bfin/configure.in: New. * libc/machine/bfin/configure: Generate. * libc/machine/bfin/Makefile.am: New. * libc/machine/bfin/Makefile.in: Generate. * libc/machine/bfin/setjmp.S: New. * libc/machine/bfin/longjmp.S: New. * libc/machine/configure.in: Add bfin support. * libc/machine/configure: Generate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ff705e7a0..7a3abc45f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,18 @@
+2006-11-08 Jie Zhang <jzhang918@gmail.com>
+
+ * configure.host: Add support for bfin.
+ * libc/include/machine/ieeefp.h: Define __IEEE_LITTLE_ENDIAN for bfin.
+ * libc/include/machine/setjmp.h: Define _JBLEN for bfin.
+ * libc/machine/bfin/aclocal.m4: Generate.
+ * libc/machine/bfin/configure.in: New.
+ * libc/machine/bfin/configure: Generate.
+ * libc/machine/bfin/Makefile.am: New.
+ * libc/machine/bfin/Makefile.in: Generate.
+ * libc/machine/bfin/setjmp.S: New.
+ * libc/machine/bfin/longjmp.S: New.
+ * libc/machine/configure.in: Add bfin support.
+ * libc/machine/configure: Generate.
+
2006-11-07 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/unistd.h (_SC_STREAM_MAX): Define on Cygwin.