* rdi-share/hostchan.c: Remove gettimeofday declaration.
authorStan Shebs <shebs@codesourcery.com>
Sat, 10 Jan 1998 15:01:03 +0000 (15:01 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 10 Jan 1998 15:01:03 +0000 (15:01 +0000)
gdb/ChangeLog
gdb/rdi-share/hostchan.c

index fe86b0504c5ff57d9039aff14f95b39fdcad6ef8..f0b68ee544cef19849574a5c8e76e8b07a0dd670 100644 (file)
@@ -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.
index b62fbe3bb36d50834b8dc53375ff75b90c0f5f32..8291ea830419bf19b701c775f76b469dca7af245 100644 (file)
@@ -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"