Pristine Ack-5.5
[Ack-5.5.git] / mach / i386 / as / mach0.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 #define RCSID0 "$Id: mach0.c,v 1.7 1994/06/24 07:25:15 ceriel Exp $"
6
7 /*
8  * INTEL 80386 options
9  */
10 #define THREE_PASS      /* branch and offset optimization */
11 #define LISTING         /* enable listing facilities */
12 #define RELOCATION      /* generate relocation info */
13
14 #undef valu_t
15 #define valu_t long
16 #undef ADDR_T
17 #define ADDR_T long
18
19 #undef ALIGNWORD
20 #define ALIGNWORD       4
21 #undef ALIGNSECT
22 #define ALIGNSECT       4