diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e70d65e59b..c7cd97bd97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) - * Makefile.in (install_only uninstall): Indent for clarity + * Makefile.in (install_only uninstall): Indent for clarity. * core.c (dis_asm_read_memory): Add call to dis_asm_read_memory_hook to provide alternate way for disassembler @@ -9,6 +9,10 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) * defs.h: Protect from multiple inclusion. Add decl for dis_asm_read_memory_hook. + * top.c: Make window startup be the default. + * Add dis_asm_read_memory_hook. + +start-sanitize-gdbtk * gdbtk.c (finish_saving_output): Don't do anything if not saving output. * (breakpoint_notify): Don't send null filename to tcl. @@ -30,9 +34,7 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) since they don't exist yet. * Pop up a copyright window on startup. - - * top.c: Make window startup be the default. - * Add dis_asm_read_memory_hook. +end-sanitize-gdbtk Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)