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