From ef8b133d8cda2d475a29dc72b6fdc2fa844921ca Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 16 Jul 1994 21:02:53 +0000 Subject: * 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. --- bfd/hosts/.Sanitize | 6 +++--- bfd/hosts/amix.h | 50 -------------------------------------------------- bfd/hosts/m68kv4.h | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 53 deletions(-) delete mode 100644 bfd/hosts/amix.h create mode 100644 bfd/hosts/m68kv4.h (limited to 'bfd/hosts') diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index ed511ea..ab29827 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -1,4 +1,4 @@ -# .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, @@ -11,7 +11,7 @@ # 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: @@ -30,7 +30,6 @@ fi Things-to-keep: alphaosf.h -amix.h apollo68.h apollov68.h decstation.h @@ -60,6 +59,7 @@ irix3.h irix4.h lynx.h m68klynx.h +m68kv4.h miniframe.h mipsbsd.h news.h diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h deleted file mode 100644 index 5cc1767..0000000 --- a/bfd/hosts/amix.h +++ /dev/null @@ -1,50 +0,0 @@ -/* Amiga Unix host system */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#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" diff --git a/bfd/hosts/m68kv4.h b/bfd/hosts/m68kv4.h new file mode 100644 index 0000000..6860390 --- /dev/null +++ b/bfd/hosts/m68kv4.h @@ -0,0 +1,51 @@ +/* Amiga/Atari SVR4 Unix host system */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#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" -- cgit v1.1