aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-07-16 21:02:53 +0000
committerStan Shebs <shebs@codesourcery.com>1994-07-16 21:02:53 +0000
commitef8b133d8cda2d475a29dc72b6fdc2fa844921ca (patch)
treec6e2510c8a74b89a6cdf109d873bd61ef94ffabf /bfd/hosts
parentebe541dfcbfc9cc200ffbe7ee603e0c143f74fd4 (diff)
downloadfsf-binutils-gdb-ef8b133d8cda2d475a29dc72b6fdc2fa844921ca.zip
fsf-binutils-gdb-ef8b133d8cda2d475a29dc72b6fdc2fa844921ca.tar.gz
fsf-binutils-gdb-ef8b133d8cda2d475a29dc72b6fdc2fa844921ca.tar.bz2
* 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.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/.Sanitize6
-rw-r--r--bfd/hosts/m68kv4.h (renamed from bfd/hosts/amix.h)3
2 files changed, 5 insertions, 4 deletions
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/m68kv4.h
index 5cc1767..6860390 100644
--- a/bfd/hosts/amix.h
+++ b/bfd/hosts/m68kv4.h
@@ -1,4 +1,5 @@
-/* Amiga Unix host system */
+/* Amiga/Atari SVR4 Unix host system */
+
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>