summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-24 18:30:08 +0000
committerRoland McGrath <roland@gnu.org>1998-10-24 18:30:08 +0000
commitc1078c9866c0ae50eb7ca95b5f0967595b5011d7 (patch)
tree3ac947201c435c0f330ed2bbc1d4746f92659528 /ChangeLog
parent34810fbfeb19ab9a4e284f3b1d84dd4b4e6b610e (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce8b10..270314a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
+
+ * configure.in (--enable-kdb): Fix help text; handle --disable-kdb.
+ Remove BUILD_CC checks and lex/yacc checks (which were for mig).
+ (installed_clib): Remove these checks.
+ (LD, NM, MIG): Use AC_CHECK_TOOL for these.
+
+ * Makefile.in (all, clean, mostlyclean, install, dist,
+ %_interface.h rule, all *mig* rules): Remove all commands, deps,
+ and rules related to mig, which is now in a separate distribution.
+
+ * Makefile.in (before-compile): Add mach/machine.
+ (mach/machine, mach_machine): New rules to make symlink so
+ #include <mach/machine/foo.h> works.
+
+ * Makefile.in (NM): New variable, substituted by configure.
+ (check-clib-routines): Use $(NM) instead of literal "nm".
+ Fix awk script to grok __ defns and weak defns of desired symbols.
+ (clib-routines.o): Use $(CC) -r -nostartfiles -nostdlib -static
+ instead of $(LD) -r. Use -lc instead of $(installed-clib).
+ (installed-clib): Variable removed.
+
+ * i386/Makefrag: Use -include for linux-flags, so no warning.
+
+ * device/chario.c: Add forward decl for ttstart.
+
+ * i386/i386/db_trace.c: Use explicit int in decl.
+
+ * device/ds_routines.c (device_write_trap, device_writev_trap,
+ ds_trap_write_done): Cast arg to zfree.
+
+ * kern/ipc_tt.c (mach_ports_lookup): Remove unnecessary cast.
+
1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
* include/mach/message.h: Use __typeof instead of typeof.