Mention 5.1 release.
[deliverable/binutils-gdb.git] / ld / emulparams / h8300helf.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-h8300"
3 TEXT_START_ADDR=0x100
4 MAXPAGESIZE=2
5 TARGET_PAGE_SIZE=128
6 ARCH="h8300:h8300h"
7 TEMPLATE_NAME=elf32
8 EMBEDDED=yes
9
10 OTHER_RELOCATING_SECTIONS='
11 .stack 0x2fefc : { _stack = .; *(.stack) }
12 '
This page took 0.029574 seconds and 4 git commands to generate.