public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Minor H8 linker updates
@ 2001-08-29 10:34 law
  0 siblings, 0 replies; only message in thread
From: law @ 2001-08-29 10:34 UTC (permalink / raw)
  To: binutils

This patch syncs the linker script parameters for the H8/300H and H8/S ELF
ports with the base H8/300 ELF port.  It also fixes the ARCH specification
for the H8/300H and H8/S so that we'll be able to mark H8/300H and H8/S
files correctly.

	* emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
	ARCH specification.
	* emulparams/h8300self.sh: Similarly.

Index: emulparams/h8300helf.sh
===================================================================
RCS file: /cvs/cvsfiles/devo/ld/emulparams/h8300helf.sh,v
retrieving revision 1.2
diff -c -3 -p -r1.2 h8300helf.sh
*** h8300helf.sh	2001/08/29 12:56:37	1.2
--- h8300helf.sh	2001/08/29 17:30:33
***************
*** 1,5 ****
! SCRIPT_NAME=h8300h
  OUTPUT_FORMAT="elf32-h8300"
  TEXT_START_ADDR=0x100
  TARGET_PAGE_SIZE=128
! ARCH=h8300
--- 1,12 ----
! SCRIPT_NAME=elf
  OUTPUT_FORMAT="elf32-h8300"
  TEXT_START_ADDR=0x100
+ MAXPAGESIZE=2
  TARGET_PAGE_SIZE=128
! ARCH="h8300:h8300h"
! TEMPLATE_NAME=elf32
! EMBEDDED=yes
! 
! OTHER_RELOCATING_SECTIONS='
! .stack 0xfefc : { _stack = .; *(.stack) }
! '
Index: emulparams/h8300self.sh
===================================================================
RCS file: /cvs/cvsfiles/devo/ld/emulparams/h8300self.sh,v
retrieving revision 1.2
diff -c -3 -p -r1.2 h8300self.sh
*** h8300self.sh	2001/08/29 12:56:37	1.2
--- h8300self.sh	2001/08/29 17:30:33
***************
*** 1,5 ****
! SCRIPT_NAME=h8300s
  OUTPUT_FORMAT="elf32-h8300"
  TEXT_START_ADDR=0x100
  TARGET_PAGE_SIZE=128
! ARCH=h8300
--- 1,12 ----
! SCRIPT_NAME=elf
  OUTPUT_FORMAT="elf32-h8300"
  TEXT_START_ADDR=0x100
+ MAXPAGESIZE=2
  TARGET_PAGE_SIZE=128
! ARCH="h8300:h8300s"
! TEMPLATE_NAME=elf32
! EMBEDDED=yes
! 
! OTHER_RELOCATING_SECTIONS='
! .stack 0xfefc : { _stack = .; *(.stack) }
! '






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-29 10:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 10:34 Minor H8 linker updates law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).