Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / elf32microblaze.sh
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
14 NOP=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
23 TEMPLATE_NAME=elf
24 #GENERATE_SHLIB_SCRIPT=yes
25
26
This page took 0.049654 seconds and 4 git commands to generate.