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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [h8300.sh] - Blame information for rev 853

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

Line No. Rev Author Line
1 38 julius
SCRIPT_NAME=h8300
2
OUTPUT_FORMAT="coff-h8300"
3
TEXT_START_ADDR=0x8000
4
TARGET_PAGE_SIZE=128
5
ARCH=h8300
6
TINY_READONLY_SECTION=".tinyrodata :
7
  {
8
        *(.tinyrodata)
9
  } =0"
10
TINY_DATA_SECTION=".tinydata    0xff8000 :
11
  {
12
        *(.tinydata)
13
        ${RELOCATING+ _tinydata = .; }
14
  }"
15
TINY_BSS_SECTION=".tinybss      : AT (_tinydata)
16
  {
17
        *(.tinybss)
18
  }"

powered by: WebSVN 2.1.0

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