diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-01-10 15:01:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-01-10 15:01:03 +0000 |
commit | 0a51a5afd6041521c31e75a720ccda0dcd5668a0 (patch) | |
tree | 95ba496e7dbd8aed37c586981ceaf23ceb5675fa | |
parent | 3a9c3d120fe4b7cd24f75f275e4b1034577ce056 (diff) | |
download | fsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.zip fsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.gz fsf-binutils-gdb-0a51a5afd6041521c31e75a720ccda0dcd5668a0.tar.bz2 |
* rdi-share/hostchan.c: Remove gettimeofday declaration.
-rw-r--r-- | gdb/ChangeLog | 10 | ||||
-rw-r--r-- | gdb/rdi-share/hostchan.c | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe86b05..f0b68ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,15 +1,21 @@ +Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com> + + * rdi-share/hostchan.c: Remove gettimeofday declaration. + Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com> * 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 <marka@cygnus.com> * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define. diff --git a/gdb/rdi-share/hostchan.c b/gdb/rdi-share/hostchan.c index b62fbe3..8291ea8 100644 --- a/gdb/rdi-share/hostchan.c +++ b/gdb/rdi-share/hostchan.c @@ -19,9 +19,6 @@ #if defined(__unix) || defined(__CYGWIN32__) # include <sys/time.h> -# ifdef sun - int gettimeofday(struct timeval *tp, struct timezone *tzp); -# endif #else # include "winsock.h" # include "time.h" |