binutils, bfd or opcodes uses it.
Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)
* config/delta88.mh, config/hp300.mh, config/hppahpux.mh,
config/i386v.mh: removed -DUSG from HDEFINES.
hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h:
defined USE_UTIME.
hosts/i386v.h: don't define POSIX_UTIME.
+Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * config/delta88.mh, config/hp300.mh, config/hppahpux.mh,
+ config/i386v.mh: removed -DUSG from HDEFINES.
+ hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h:
+ defined USE_UTIME.
+ hosts/i386v.h: don't define POSIX_UTIME.
+
Fri Oct 30 16:13:52 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ieee.c (ieee_slurp_sections): make a private copy of the
#include <stdio.h>
+#define USE_UTIME
+
#ifndef DONTDECLARE_MALLOC
extern PTR EXFUN(malloc,(unsigned));
extern PTR EXFUN(realloc, (PTR, unsigned));
extern int _flsbuf();
extern int fclose();
extern int time();
-extern int utimes();
+extern int utime();
extern int vfprintf();
extern long atol();
extern char *getenv();
#define SEEK_SET 0
#define SEEK_CUR 1
+#define USE_UTIME
+
void free();
/* Some things that need to be defined in order to make code written for
#define NATIVE_HPPAHPUX_COMPILER
#endif
+#define USE_UTIME
+
#if 0
static int
rename(from, to)
#define SEEK_CUR 1
#endif
-#define POSIX_UTIME
+#define USE_UTIME
/* Some things that need to be defined in order to make code written for
BSD Unix compile under System V Unix. */