aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-18 23:19:12 +0000
committerRoland McGrath <roland@gnu.org>1998-10-18 23:19:12 +0000
commit37eb58de74f83860949407c88088bf55964157e5 (patch)
treeef9e61b44209053837e93e468c1d7cadd822de3f /ChangeLog
parenta13d5ca5e475ba92fa1aaf909f2f24bc88f3f205 (diff)
downloadglibc-37eb58de74f83860949407c88088bf55964157e5.tar
glibc-37eb58de74f83860949407c88088bf55964157e5.tar.gz
glibc-37eb58de74f83860949407c88088bf55964157e5.tar.bz2
glibc-37eb58de74f83860949407c88088bf55964157e5.zip
1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
[submitted 1998-08-06] * mach/Machrules: Create target directory and force re-evaluation of Makefile to prevent `make' from optimizing away most of the implicit rules and `vpath' directives. * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread is null, short-circuit to __mach_msg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6acc257c15..d9eee6df50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
+
+ [submitted 1998-08-06]
+ * mach/Machrules: Create target directory and force re-evaluation
+ of Makefile to prevent `make' from optimizing away most of the
+ implicit rules and `vpath' directives.
+
1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
+ * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
+ is null, short-circuit to __mach_msg.
+
* sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
broken out of init1.
(init1) [PIC]: Call it.