summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-22 05:57:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-22 05:57:50 +0000
commit17fb9c535b4e4fb35017a8478a8b274481e3d57e (patch)
tree408817b444900cc7ecf843067bb152bbf61c13ed
parent571449c3d98028f2954f52792236f8d644c6bfea (diff)
[BZ #231]
Update. 2004-06-21 Jakub Jelinek <jakub@redhat.com> [BZ #231] * sysdeps/unix/alpha/Makefile: New file. * sysdeps/unix/alpha/rt-sysdep.S: New file. Reported by Jakub Bogusz <qboosh@pld-linux.org>.
-rw-r--r--ChangeLog7
-rw-r--r--sysdeps/unix/alpha/rt-sysdep.S1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e018e8fca7..3be5d0c5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-21 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #231]
+ * sysdeps/unix/alpha/Makefile: New file.
+ * sysdeps/unix/alpha/rt-sysdep.S: New file.
+ Reported by Jakub Bogusz <qboosh@pld-linux.org>.
+
2004-06-18 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
diff --git a/sysdeps/unix/alpha/rt-sysdep.S b/sysdeps/unix/alpha/rt-sysdep.S
new file mode 100644
index 0000000000..f966bf1e59
--- /dev/null
+++ b/sysdeps/unix/alpha/rt-sysdep.S
@@ -0,0 +1 @@
+#include <sysdep.S>