mn10200.sh 579 B

123456789101112131415161718192021222324
  1. # If you change this file, please also look at files which source this one:
  2. # mn10300.sh
  3. SCRIPT_NAME=elf
  4. TEMPLATE_NAME=generic
  5. EXTRA_EM_FILE=genelf
  6. OUTPUT_FORMAT="elf32-mn10200"
  7. NO_REL_RELOCS=yes
  8. TEXT_START_ADDR=0x0
  9. ARCH=mn10200
  10. MACHINE=
  11. MAXPAGESIZE=1
  12. ENTRY=_start
  13. EMBEDDED=yes
  14. # This sets the stack to the top of the simulator memory (2^19 bytes).
  15. STACK_ADDR=0x80000
  16. # These are for compatibility with the COFF toolchain.
  17. # XXX These should definitely disappear.
  18. CTOR_START='___ctors = .;'
  19. CTOR_END='___ctors_end = .;'
  20. DTOR_START='___dtors = .;'
  21. DTOR_END='___dtors_end = .;'