From: Jim Kingdon Date: Sat, 22 May 1993 20:49:04 +0000 (+0000) Subject: * inftarg.c (child_wait): Deal with EINTR and include message from X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6b82a761cb468d28554a3a6772865068c7e474f4;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 26aa70e761..11654531eb 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().