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>2002-11-20 20:24:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2002-11-20 20:24:57 +0300
commit505746ad22f5f15466be71fafb03952587165461 (patch)
tree9048be90ad74f20070e1243a62616c77692ef3b7 /newlib/ChangeLog
parent647b92a7d420bee9244054947379f026d105def8 (diff)
2002-11-20 Ryo Tsuruta <ryo@kitanet.ne.jp>
* libc/machine/h8300/setjmp.S (setjmp, longjmp): Combine common code for __H8300H__ and __H8300S__. Also return 32-bit return code when -mint32 is used.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 63e1be2b7..b3fcc5838 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-20 Ryo Tsuruta <ryo@kitanet.ne.jp>
+
+ * libc/machine/h8300/setjmp.S (setjmp, longjmp): Combine common
+ code for __H8300H__ and __H8300S__. Also return 32-bit return code
+ when -mint32 is used.
+
2002-11-18 Nick Clifton <nickc@redhat.com>
* libc/sys/arm/crt0.S: Add NULL to end of argv array.