summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-03-11 21:18:31 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-03-11 21:18:31 +0000
commit2c4ef10a55620db807d6138acaac028f61d0e383 (patch)
tree573eb0de9c551b3e9aad70611b2f67f8830704c9 /newlib/ChangeLog
parent967641f2aaeeb8c5242b8ba485d41a171669225c (diff)
downloadcygnal-2c4ef10a55620db807d6138acaac028f61d0e383.tar.gz
cygnal-2c4ef10a55620db807d6138acaac028f61d0e383.tar.bz2
cygnal-2c4ef10a55620db807d6138acaac028f61d0e383.zip
2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
* libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace _exit.c with _exit.S. * libc/sys/h8300hms/Makefile.in: Regenerate. * libc/sys/h8300hms/_exit.c: Remove. * libc/sys/h8300hms/_exit.S: New.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2f8cf5657..12b802b02 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
+
+ * libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace
+ _exit.c with _exit.S.
+ * libc/sys/h8300hms/Makefile.in: Regenerate.
+ * libc/sys/h8300hms/_exit.c: Remove.
+ * libc/sys/h8300hms/_exit.S: New.
+
2004-03-09 Thomas Pfaff <tpfaff@gmx.net>
* libc/stdio/findfp.c (__sfp): Rename lock to __sfp_lock.