Memory leaks and ineffective bounds checking in wasm_scan
[deliverable/binutils-gdb.git] / ld / emulparams / elf32mcore.sh
index 8a09bba2c8d7e1bb1c4150afe7055b94b0d1d81f..88a8cb6e70b26e4a9ca70e4bb49aad2821a7bb47 100644 (file)
@@ -3,7 +3,6 @@ OUTPUT_FORMAT="elf32-mcore-little"
 BIG_OUTPUT_FORMAT="elf32-mcore-big"
 LITTLE_OUTPUT_FORMAT="elf32-mcore-little"
 NO_REL_RELOCS=yes
-PAGE_SIZE=0x1000
 TARGET_PAGE_SIZE=0x400
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 TEXT_START_ADDR=0
@@ -27,7 +26,7 @@ OTHER_BSS_END_SYMBOLS="${CREATE_SHLIB+PROVIDE (}__bss_end__ = .${CREATE_SHLIB+)}
 # This sets the stack to the top of the simulator memory (2^19 bytes).
 STACK_ADDR=0x80000
 
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 
 # This code gets inserted into the generic elf32.sc linker script
 # and allows us to define our own command line switches.
This page took 0.023962 seconds and 4 git commands to generate.