]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/elf32microblaze.sh
Remove trailing white spaces in ld
[thirdparty/binutils-gdb.git] / ld / emulparams / elf32microblaze.sh
CommitLineData
7ba29e2a
NC
1SCRIPT_NAME=elfmicroblaze
2OUTPUT_FORMAT="elf32-microblaze"
f23200ad
ME
3BIG_OUTPUT_FORMAT="elf32-microblaze"
4LITTLE_OUTPUT_FORMAT="elf32-microblazeel"
7ba29e2a
NC
5#TEXT_START_ADDR=0
6NONPAGED_TEXT_START_ADDR=0x28
7ALIGNMENT=4
8MAXPAGESIZE=4
9ARCH=microblaze
10EMBEDDED=yes
11
12NOP=0x80000000
13
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#PAGE_SIZE=0x1000
17#DATA_ADDR=0x10000
18#OTHER_RELOCATING_SECTIONS='.stack 0x7000 : { _stack = .; *(.stack) }'
19#$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
20#OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = _end + 0x1000);'
21
22TEMPLATE_NAME=elf32
23#GENERATE_SHLIB_SCRIPT=yes
24
e4492aa0 25