summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-02 02:23:06 +0000
committerRoland McGrath <roland@gnu.org>1999-06-02 02:23:06 +0000
commit793c7dd6961f5caed444bb10a871e4d2aff8b0fc (patch)
tree1df6415229ef008c75857fb43f7ae6dc7c7ce3b2 /init
parent29afea868134deca6ab5e2ba1915fc5c89fba192 (diff)
.
Diffstat (limited to 'init')
-rw-r--r--init/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog
index 812ba870..76c16e71 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,5 +1,11 @@
1999-06-01 Roland McGrath <roland@baalperazim.frob.com>
+ * init.c (CRASH_FLAGS): Macro removed.
+ (crash_flags): New variable replaces it.
+ (crash_mach, crash_system): Use crash_flags instead of CRASH_FLAGS.
+ (options, parse_opt): Add --crash-debug/-H, to set crash_flags to
+ RB_DEBUGGER.
+
* init.c (kernel_command_line): New variable.
(frob_kernel_process): New function.
(S_startup_essential_task): Call it after init_stdarrays.