summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2004-07-30 09:03:39 +0000
committerAlexandre Oliva <aoliva@redhat.com>2004-07-30 09:03:39 +0000
commit82045f122180d847f4686f328546e8bd860b620e (patch)
tree7bcf1fc2cf49a235b22cdfce4df7f2628368d61a /newlib/ChangeLog
parent8b7083824a61c068a8f9d5e06de67ea5dcf97311 (diff)
downloadcygnal-82045f122180d847f4686f328546e8bd860b620e.tar.gz
cygnal-82045f122180d847f4686f328546e8bd860b620e.tar.bz2
cygnal-82045f122180d847f4686f328546e8bd860b620e.zip
Introduce SH2a support.
2004-03-16 Corinna Vinschen <vinschen@redhat.com> * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for __SH2A_SINGLE_ONLY__, too. * libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu. Fix comments. 2004-02-10 DJ Delorie <dj@redhat.com> * libc/sys/sh/crt0.S (start_l): Support sh2a.
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 37258e7b3..3a54a17cd 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2004-07-30 Alexandre Oliva <aoliva@redhat.com>
+
+ Introduce SH2a support.
+ 2004-03-16 Corinna Vinschen <vinschen@redhat.com>
+ * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for
+ __SH2A_SINGLE_ONLY__, too.
+ * libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too.
+ 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
+ * libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu. Fix comments.
+ 2004-02-10 DJ Delorie <dj@redhat.com>
+ * libc/sys/sh/crt0.S (start_l): Support sh2a.
+
2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c: Correct full-name of "March" typo.