[include/elf]
[deliverable/binutils-gdb.git] / ld / emulparams / h8300elf.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# h8300helf.sh h8300self.sh
3
8af6dd41
JR
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-h8300"
6TEXT_START_ADDR=0x100
7MAXPAGESIZE=2
8TARGET_PAGE_SIZE=128
9ARCH=h8300
10TEMPLATE_NAME=elf32
11EMBEDDED=yes
465bc359 12STACK_ADDR=0xfefc
ecc49060
NC
13TINY_READONLY_SECTION=".tinyrodata :
14 {
15 *(.tinyrodata)
16 } =0"
17TINY_DATA_SECTION=".tinydata 0xff8000 :
18 {
19 *(.tinydata)
20 _tinydata = .;
21 }"
22TINY_BSS_SECTION=".tinybss : AT (_tinydata)
23 {
24 *(.tinybss)
25 }"
This page took 0.218283 seconds and 4 git commands to generate.