mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* 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.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
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)
|
Thu Jul 14 15:12:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
* reloc.c (enum bfd_reloc_code_real, bfd_type, struct
|
* reloc.c (enum bfd_reloc_code_real, bfd_type, struct
|
||||||
|
@ -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
|
# Each directory to survive its way into a release will need a file
|
||||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
# 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:"
|
# 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
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ fi
|
|||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
alphaosf.h
|
alphaosf.h
|
||||||
amix.h
|
|
||||||
apollo68.h
|
apollo68.h
|
||||||
apollov68.h
|
apollov68.h
|
||||||
decstation.h
|
decstation.h
|
||||||
@ -60,6 +59,7 @@ irix3.h
|
|||||||
irix4.h
|
irix4.h
|
||||||
lynx.h
|
lynx.h
|
||||||
m68klynx.h
|
m68klynx.h
|
||||||
|
m68kv4.h
|
||||||
miniframe.h
|
miniframe.h
|
||||||
mipsbsd.h
|
mipsbsd.h
|
||||||
news.h
|
news.h
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/* Amiga Unix host system */
|
/* Amiga/Atari SVR4 Unix host system */
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include <ansidecl.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
Reference in New Issue
Block a user