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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [h8300elf.sh] - Rev 145

Compare with Previous | Blame | View Log

# If you change this file, please also look at files which source this one:
# h8300helf.sh h8300self.sh
 
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-h8300"
NO_REL_RELOCS=yes
TEXT_START_ADDR=0x100
MAXPAGESIZE=2
TARGET_PAGE_SIZE=128
ARCH=h8300
TEMPLATE_NAME=elf32
EMBEDDED=yes
STACK_ADDR=0xfefc
TINY_READONLY_SECTION=".tinyrodata :
  {
	*(.tinyrodata)
  } =0"
TINY_DATA_SECTION=".tinydata	${RELOCATING+0xff8000} :
  {
	*(.tinydata)
        ${RELOCATING+ _tinydata = .; }
  }"
TINY_BSS_SECTION=".tinybss	: ${RELOCATING+AT (_tinydata)}
  {
	*(.tinybss)
  }"
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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