diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8198f339c4f..126f90f481a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Fri Nov 22 16:39:57 1991 John Gilmore (gnu at cygnus.com) + * inflow.c (terminal_inferior): Check the results of ioctl's, and + print a message if any of them fail. + (terminal_ours_1): Store result of ioctl's for debugging, but + don't print (the terminal isn't ours...). + * tm-tahoe.h (FRAME_ARGS_ADDRESS): No need to offset from frame pointer.