mach0.c 762 B

12345678910111213141516171819202122232425262728293031
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* @(#)mach0.c 1.5 */
  7. /*
  8. * Motorola 68000/68010 options
  9. */
  10. #define THREE_PASS /* branch and offset optimization */
  11. #define BYTES_REVERSED /* high order byte has lowest address */
  12. #define WORDS_REVERSED /* high order word has lowest address */
  13. #define LISTING /* enable listing facilities */
  14. #define RELOCATION /* generate relocatable code */
  15. #define DEBUG 0
  16. #define Xfit(f) if (!(f)) Xnofit();
  17. #undef valu_t
  18. #define valu_t long
  19. #undef ADDR_T
  20. #define ADDR_T long
  21. #undef ALIGNWORD
  22. #define ALIGNWORD 2
  23. #undef ALIGNSECT
  24. #define ALIGNSECT 2
  25. #undef VALWIDTH
  26. #define VALWIDTH 8