Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
does not actually work, though: * configure.in (i386-sequent-bsd*): New target. * configure: Rebuild. * config/tc-dynix.h: New file. * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
This commit is contained in:
parent
b253dcffc8
commit
f5ed78de1f
@ -9,6 +9,13 @@ Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
|
|||||||
|
|
||||||
Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
|
Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
|
||||||
|
does not actually work, though:
|
||||||
|
* configure.in (i386-sequent-bsd*): New target.
|
||||||
|
* configure: Rebuild.
|
||||||
|
* config/tc-dynix.h: New file.
|
||||||
|
* config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
|
||||||
|
|
||||||
* read.c (do_align): Add max parameter. Change all callers.
|
* read.c (do_align): Add max parameter. Change all callers.
|
||||||
Remove useless static variables.
|
Remove useless static variables.
|
||||||
(s_align): New static function. Do common portion of
|
(s_align): New static function. Do common portion of
|
||||||
|
@ -153,6 +153,7 @@ te-aux.h
|
|||||||
te-delta.h
|
te-delta.h
|
||||||
te-delt88.h
|
te-delt88.h
|
||||||
te-dpx2.h
|
te-dpx2.h
|
||||||
|
te-dynix.h
|
||||||
te-generic.h
|
te-generic.h
|
||||||
te-go32.h
|
te-go32.h
|
||||||
te-hp300.h
|
te-hp300.h
|
||||||
|
7
gas/config/te-dynix.h
Normal file
7
gas/config/te-dynix.h
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/* This is for i386-sequent-bsd. The assembler probably does not
|
||||||
|
actually work, as the support in BFD is not complete as of this
|
||||||
|
writing. See bfd/i386-dynix.c. */
|
||||||
|
|
||||||
|
#define TE_DYNIX 1
|
||||||
|
|
||||||
|
#include "obj-format.h"
|
Loading…
Reference in New Issue
Block a user