source: binutils/trunk/ld/emulparams/h8300elf_linux.sh@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 553 bytes
Line 
1# If you change this file, please also look at files which source this one:
2# h8300helf.sh h8300self.sh
3
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-h8300-linux"
6NO_REL_RELOCS=yes
7TEXT_START_ADDR=0x100
8MAXPAGESIZE=2
9TARGET_PAGE_SIZE=128
10ARCH=h8300
11TEMPLATE_NAME=elf32
12EMBEDDED=yes
13STACK_ADDR=0xfefc
14TINY_READONLY_SECTION=".tinyrodata :
15 {
16 *(.tinyrodata)
17 } =0"
18TINY_DATA_SECTION=".tinydata ${RELOCATING+0xff8000} :
19 {
20 *(.tinydata)
21 ${RELOCATING+ _tinydata = .; }
22 }"
23TINY_BSS_SECTION=".tinybss : ${RELOCATING+AT (_tinydata)}
24 {
25 *(.tinybss)
26 }"
Note: See TracBrowser for help on using the repository browser.