aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 01:01:29 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 01:01:29 +0000
commit4b40cff41a10f74cd9f964b84f1d380ca990a7fb (patch)
treeefb7eafaf05867c55c4b0d6f4c523bbccee84534 /ChangeLog
parent88615235169891747a0060aab83a8a8a22bed2d3 (diff)
downloadglibc-4b40cff41a10f74cd9f964b84f1d380ca990a7fb.zip
glibc-4b40cff41a10f74cd9f964b84f1d380ca990a7fb.tar.gz
glibc-4b40cff41a10f74cd9f964b84f1d380ca990a7fb.tar.bz2
Update.
2000-06-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/sh/sh3/bits/setjmp.h: Removed. * sysdeps/sh/sh4/bits/setjmp.h: Moved to... * sysdeps/sh/bits/setjmp.h: ...here. New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01d112c..13d0bd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-12 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/sh/sh3/bits/setjmp.h: Removed.
+ * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
+ * sysdeps/sh/bits/setjmp.h: ...here. New file.
+
2000-06-12 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
Yutaka Niibe <gniibe@chroot.org>