diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe86b0504c..f0b68ee544 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,15 +1,21 @@ +Sat Jan 10 14:58:04 1998 Stan Shebs + + * rdi-share/hostchan.c: Remove gettimeofday declaration. + Thu Jan 8 11:03:59 1998 Nick Clifton * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com - to implement the Angel remote debugging interface. + to implement the Angel remote debugging interface. * Makefile.in: Add build rules for remote-rdi.c and - rdi-share/libangsd.a + rdi-share/libangsd.a. * configure.tgt: Updated from source on branch. * config/arm/tm-arm.h: Updated from source on branch. * arm-tdep.c: Updated from source on branch. + * rdi-share: New directory, RDI library contributed by ARM. + Mon Jan 5 20:21:59 1998 Mark Alexander * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define. diff --git a/gdb/rdi-share/hostchan.c b/gdb/rdi-share/hostchan.c index b62fbe3bb3..8291ea8304 100644 --- a/gdb/rdi-share/hostchan.c +++ b/gdb/rdi-share/hostchan.c @@ -19,9 +19,6 @@ #if defined(__unix) || defined(__CYGWIN32__) # include -# ifdef sun - int gettimeofday(struct timeval *tp, struct timezone *tzp); -# endif #else # include "winsock.h" # include "time.h"