Fix some ld dependencies
[deliverable/binutils-gdb.git] / ld / emulparams / elf32microblaze.sh
index 8595e2dba432fc0fa69c1a7e6034f6ee3c9b2cb9..116e37d0705eb3eed3283a3b7d722851e93cafa1 100644 (file)
@@ -1,7 +1,9 @@
+# If you change this file, please also look at files which source this one:
+# elf32microblazeel.sh
 SCRIPT_NAME=elfmicroblaze
-OUTPUT_FORMAT="elf32-microblaze"
 BIG_OUTPUT_FORMAT="elf32-microblaze"
 LITTLE_OUTPUT_FORMAT="elf32-microblazeel"
+OUTPUT_FORMAT=$BIG_OUTPUT_FORMAT
 #TEXT_START_ADDR=0
 NONPAGED_TEXT_START_ADDR=0x28
 ALIGNMENT=4
@@ -13,7 +15,6 @@ NOP=0x80000000
 
 # Hmmm, there's got to be a better way.  This sets the stack to the
 # top of the simulator memory (2^19 bytes).
-#PAGE_SIZE=0x1000
 #DATA_ADDR=0x10000
 #OTHER_RELOCATING_SECTIONS='.stack 0x7000 : { _stack = .; *(.stack) }'
 #$@{RELOCATING+ PROVIDE (__stack = 0x7000);@}
This page took 0.025931 seconds and 4 git commands to generate.