vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf32microblaze.sh
CommitLineData
c55b17b8
AM
1# If you change this file, please also look at files which source this one:
2# elf32microblazeel.sh
7ba29e2a 3SCRIPT_NAME=elfmicroblaze
f23200ad
ME
4BIG_OUTPUT_FORMAT="elf32-microblaze"
5LITTLE_OUTPUT_FORMAT="elf32-microblazeel"
c55b17b8 6OUTPUT_FORMAT=$BIG_OUTPUT_FORMAT
7ba29e2a
NC
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).
7ba29e2a
NC
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
075a2b89 23TEMPLATE_NAME=elf
8a46e447
AM
24#GENERATE_SHLIB_SCRIPT=yes
25
26
This page took 0.47449 seconds and 4 git commands to generate.