mach0.c 463 B

12345678910111213141516171819202122232425
  1. /*
  2. * (c) copyright 1990 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. * VAX-11 machine dependent options
  8. */
  9. #define THREE_PASS
  10. #define LISTING
  11. #define RELOCATION
  12. #undef valu_t
  13. #define valu_t long
  14. #undef word_t
  15. #define word_t long
  16. #undef ADDR_T
  17. #define ADDR_T long
  18. #undef ALIGNWORD
  19. #define ALIGNWORD 4
  20. #undef ALIGNSECT
  21. #define ALIGNSECT 4