diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca13e95446..24bd004751 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Joel Brobecker + + * NEWS: Document new "start" command. + 2004-05-25 Randolph Chung * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on diff --git a/gdb/NEWS b/gdb/NEWS index 0a3458ff88..adf8d07662 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 6.1: +* New ``start'' command. + +This command runs the program until the begining of the main procedure. + * Signal trampoline code overhauled Many generic problems with GDB's signal handling code have been fixed.