diff options
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 26aa70e..1165453 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Sat May 22 10:03:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * inftarg.c (child_wait): Deal with EINTR and include message from + strerror if printing an error message. + + * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP. + * stabsread.c: Remove most uses of lookup_fundamental_type. (define_symbol): Use read_type for type of enum constant, not just read_type_number. Also don't call error(). |