OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [emulparams/] [h8300elf.sh] - Blame information for rev 206

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# If you change this file, please also look at files which source this one:
2
# h8300helf.sh h8300self.sh
3
 
4
SCRIPT_NAME=elf
5
OUTPUT_FORMAT="elf32-h8300"
6
TEXT_START_ADDR=0x100
7
MAXPAGESIZE=2
8
TARGET_PAGE_SIZE=128
9
ARCH=h8300
10
TEMPLATE_NAME=elf32
11
EMBEDDED=yes
12
STACK_ADDR=0xfefc
13
TINY_READONLY_SECTION=".tinyrodata :
14
  {
15
        *(.tinyrodata)
16
  } =0"
17
TINY_DATA_SECTION=".tinydata    ${RELOCATING+0xff8000} :
18
  {
19
        *(.tinydata)
20
        ${RELOCATING+ _tinydata = .; }
21
  }"
22
TINY_BSS_SECTION=".tinybss      : ${RELOCATING+AT (_tinydata)}
23
  {
24
        *(.tinybss)
25
  }"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.