mach0.c 516 B

12345678910111213141516171819202122
  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$"
  6. /*
  7. * INTEL 80386 options
  8. */
  9. #define THREE_PASS /* branch and offset optimization */
  10. #define LISTING /* enable listing facilities */
  11. #define RELOCATION /* generate relocation info */
  12. #undef valu_t
  13. #define valu_t long
  14. #undef ADDR_T
  15. #define ADDR_T long
  16. #undef ALIGNWORD
  17. #define ALIGNWORD 4
  18. #undef ALIGNSECT
  19. #define ALIGNSECT 4