elf32microblaze.sh 717 B

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