* rdi-share/hostchan.c: Remove gettimeofday declaration.
This commit is contained in:
parent
3a9c3d120f
commit
0a51a5afd6
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue