This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor H8 linker updates



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) }
! '







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]