elf32microblaze.sh 638 B

1234567891011121314151617181920212223242526
  1. SCRIPT_NAME=elfmicroblaze
  2. OUTPUT_FORMAT="elf32-microblaze"
  3. BIG_OUTPUT_FORMAT="elf32-microblaze"
  4. LITTLE_OUTPUT_FORMAT="elf32-microblazeel"
  5. #TEXT_START_ADDR=0
  6. NONPAGED_TEXT_START_ADDR=0x28
  7. ALIGNMENT=4
  8. MAXPAGESIZE=4
  9. ARCH=microblaze
  10. EMBEDDED=yes
  11. NOP=0x80000000
  12. # Hmmm, there's got to be a better way. This sets the stack to the
  13. # top of the simulator memory (2^19 bytes).
  14. #PAGE_SIZE=0x1000
  15. #DATA_ADDR=0x10000
  16. #OTHER_RELOCATING_SECTIONS='.stack 0x7000 : { _stack = .; *(.stack) }'
  17. #$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
  18. #OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = _end + 0x1000);'
  19. TEMPLATE_NAME=elf32
  20. #GENERATE_SHLIB_SCRIPT=yes