Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / as / config / te-sequent.h
1 /*
2  * This file is te-sequent.h and is intended to set up emulation with
3  * sequent's development tools.
4  *
5  */
6
7 #define TE_SEQUENT 1
8
9  /* sequent has a "special" header. */
10 #define H_GET_HEADER_SIZE(h)    (128)
11
12 #ifdef TC_I386
13  /* zmagic is 0x22eb */
14 #define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE (0x12eb)
15 #endif /* TC_I386 */
16
17 #ifdef TC_NS32K
18  /* zmagic is 0x10ea */
19 #define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE (0x00ea)
20 #endif /* TC_NS32K */
21
22 /* these define interfaces */
23 #include "obj-format.h"
24
25 /*
26  * Local Variables:
27  * comment-column: 0
28  * fill-column: 131
29  * End:
30  */
31
32 /* end of te-sequent.h */