(m68*-cbm-sysv4*): Use m68kv4 instead of amix.
* hosts/amix.h: Remove.
* hosts/m68kv4.h: New file, was amix.h.
+Sat Jul 16 13:55:38 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * configure.host (m68*-atari-sysv4*): New host.
+ (m68*-cbm-sysv4*): Use m68kv4 instead of amix.
+ * hosts/amix.h: Remove.
+ * hosts/m68kv4.h: New file, was amix.h.
+
Thu Jul 14 15:12:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* reloc.c (enum bfd_reloc_code_real, bfd_type, struct
-# .Sanitize for devo/bfd/hosts
+# .Sanitize for devo/bfd/hosts.
# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
-# done in this
+# done in this directory.
Do-first:
Things-to-keep:
alphaosf.h
-amix.h
apollo68.h
apollov68.h
decstation.h
irix4.h
lynx.h
m68klynx.h
+m68kv4.h
miniframe.h
mipsbsd.h
news.h
+++ /dev/null
-/* Amiga Unix host system */
-#include <ansidecl.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <utime.h>
-#include <ctype.h>
-#include <string.h>
-#include <sys/file.h>
-
-#ifndef O_ACCMODE
-#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
-#endif
-#define SEEK_SET 0
-#define SEEK_CUR 1
-
-#define POSIX_UTIME
-#define HAVE_PROCFS /* This host has /proc support */
-
-extern void abort PARAMS ((void));
-extern int close PARAMS ((int));
-extern void exit PARAMS ((int));
-extern int fclose PARAMS ((FILE*));
-extern void free PARAMS ((PTR));
-extern int fseek PARAMS ((FILE*, long, int));
-extern int getgid PARAMS (());
-extern int getuid PARAMS (());
-extern PTR malloc PARAMS ((unsigned));
-extern void perror PARAMS ((CONST char *));
-extern int qsort PARAMS ((void *data, int els, int siz, int func()));
-extern PTR realloc PARAMS ((PTR, unsigned));
-
-extern char *getenv();
-extern int chmod();
-extern int fstat();
-extern int stat();
-extern int strtol();
-
-extern char *ctime();
-extern int _flsbuf();
-extern int fclose();
-extern int utimes();
-extern int vfprintf();
-extern long atol();
-extern int fputc();
-extern int unlink();
-
-#include "fopen-same.h"
--- /dev/null
+/* Amiga/Atari SVR4 Unix host system */
+
+#include <ansidecl.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <utime.h>
+#include <ctype.h>
+#include <string.h>
+#include <sys/file.h>
+
+#ifndef O_ACCMODE
+#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
+#endif
+#define SEEK_SET 0
+#define SEEK_CUR 1
+
+#define POSIX_UTIME
+#define HAVE_PROCFS /* This host has /proc support */
+
+extern void abort PARAMS ((void));
+extern int close PARAMS ((int));
+extern void exit PARAMS ((int));
+extern int fclose PARAMS ((FILE*));
+extern void free PARAMS ((PTR));
+extern int fseek PARAMS ((FILE*, long, int));
+extern int getgid PARAMS (());
+extern int getuid PARAMS (());
+extern PTR malloc PARAMS ((unsigned));
+extern void perror PARAMS ((CONST char *));
+extern int qsort PARAMS ((void *data, int els, int siz, int func()));
+extern PTR realloc PARAMS ((PTR, unsigned));
+
+extern char *getenv();
+extern int chmod();
+extern int fstat();
+extern int stat();
+extern int strtol();
+
+extern char *ctime();
+extern int _flsbuf();
+extern int fclose();
+extern int utimes();
+extern int vfprintf();
+extern long atol();
+extern int fputc();
+extern int unlink();
+
+#include "fopen-same.h"