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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [h8300.sh] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
SCRIPT_NAME=h8300
SCRIPT_NAME=h8300
OUTPUT_FORMAT="coff-h8300"
OUTPUT_FORMAT="coff-h8300"
TEXT_START_ADDR=0x8000
TEXT_START_ADDR=0x8000
TARGET_PAGE_SIZE=128
TARGET_PAGE_SIZE=128
ARCH=h8300
ARCH=h8300
TINY_READONLY_SECTION=".tinyrodata :
TINY_READONLY_SECTION=".tinyrodata :
  {
  {
        *(.tinyrodata)
        *(.tinyrodata)
  } =0"
  } =0"
TINY_DATA_SECTION=".tinydata    0xff8000 :
TINY_DATA_SECTION=".tinydata    0xff8000 :
  {
  {
        *(.tinydata)
        *(.tinydata)
        ${RELOCATING+ _tinydata = .; }
        ${RELOCATING+ _tinydata = .; }
  }"
  }"
TINY_BSS_SECTION=".tinybss      : AT (_tinydata)
TINY_BSS_SECTION=".tinybss      : AT (_tinydata)
  {
  {
        *(.tinybss)
        *(.tinybss)
  }"
  }"
 
 

powered by: WebSVN 2.1.0

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