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>2005-08-11 00:35:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-08-11 00:35:13 +0400
commit56448afa06abf287d8bfbd45b1a040ab32d54bb9 (patch)
tree573b9d596cdd6584d768de46684c217dfa8f22c5 /newlib/ChangeLog
parent250996a91b6d027962e9b14f035258b1782f5494 (diff)
2005-08-10 DJ Delorie <dj@redhat.com>
* configure.host: Add m32c support. * libc/include/machine/ieeefp.h: Likewise. * libc/include/machine/setjmp.h: Likewise. * libc/include/sys/config.h: Likewise. * libc/machine/m32c: New directory, Renesas R8C/M16C/M32C support. * libc/machine/m32c/aclocal.m4: New file. * libc/machine/m32c/configure: Ditto. * libc/machine/m32c/configure.in: Ditto. * libc/machine/m32c/Makefile.am: Ditto. * libc/machine/m32c/Makefile.in: Ditto. * libc/machine/m32c/setjmp.S: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6ba301f1a..83e32fa6e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,7 +1,21 @@
+2005-08-10 DJ Delorie <dj@redhat.com>
+
+ * configure.host: Add m32c support.
+ * libc/include/machine/ieeefp.h: Likewise.
+ * libc/include/machine/setjmp.h: Likewise.
+ * libc/include/sys/config.h: Likewise.
+ * libc/machine/m32c: New directory, Renesas R8C/M16C/M32C support.
+ * libc/machine/m32c/aclocal.m4: New file.
+ * libc/machine/m32c/configure: Ditto.
+ * libc/machine/m32c/configure.in: Ditto.
+ * libc/machine/m32c/Makefile.am: Ditto.
+ * libc/machine/m32c/Makefile.in: Ditto.
+ * libc/machine/m32c/setjmp.S: Ditto.
+
2005-08-02 Bob Wilson <bob.wilson@acm.org>
- * libm/math/ef_hypot.c (__ieee754_hypotf): Add missing exponent bias
- to the value for 2^126.
+ * libm/math/ef_hypot.c (__ieee754_hypotf): Add missing exponent bias
+ to the value for 2^126.
2005-07-26 Hans-Peter Nilsson <hp@bitrange.com>