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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 38 julius
. ${srcdir}/emulparams/h8300elf.sh
2
ARCH="h8300:h8300sx"
3
STACK_ADDR=0x2fefc
4
TINY_READONLY_SECTION=".tinyrodata :
5
  {
6
        *(.tinyrodata)
7
  } =0"
8
TINY_DATA_SECTION=".tinydata    0xff8000 :
9
  {
10
        *(.tinydata)
11
        ${RELOCATING+ _tinydata = .; }
12
  }"
13
TINY_BSS_SECTION=".tinybss      : AT (_tinydata)
14
  {
15
        *(.tinybss)
16
  }"

powered by: WebSVN 2.1.0

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