Cross Reference: shl-elf.x
xref: /src/sys/arch/hpcsh/conf/shl-elf.x
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/hpcsh/conf/
11.8Suebayasi/*	$NetBSD: shl-elf.x,v 1.9 2015/08/24 08:13:07 uebayasi Exp $	*/
21.1Such
31.6SuchOUTPUT_FORMAT("elf32-shl-nbsd")
41.1SuchOUTPUT_ARCH(sh)
51.4SuchENTRY(start)
61.1Such
71.1SuchMEMORY
81.1Such{
91.7Suwe  ram (a) : o = 0x8c001000, l = 16M
101.1Such}
111.1SuchSECTIONS
121.7Suwe
131.1Such{
141.1Such  .text :
151.1Such  {
161.2Such    ftext = . ;
171.1Such    *(.text)
181.1Such    *(.rodata)
191.1Such    *(.strings)
201.7Suwe  }
211.3Slukem  etext = . ;
221.2Such  PROVIDE (etext = .);
231.1Such  . = ALIGN(8);
241.1Such  .data :
251.1Such  {
261.2Such    fdata = . ;
271.2Such    PROVIDE (fdata = .);
281.1Such    *(.data)
291.1Such    CONSTRUCTORS
301.7Suwe  }
311.3Slukem  edata = . ;
321.2Such  PROVIDE (edata = .);
331.1Such  . = ALIGN(8);
341.1Such  .bss :
351.1Such  {
361.2Such    fbss = . ;
371.2Such    PROVIDE (fbss = .);
381.1Such    *(.bss)
391.1Such    *(COMMON)
401.7Suwe  }
411.1Such  . = ALIGN(4);
421.2Such  end = . ;
431.2Such  PROVIDE (end = .);
441.1Such}
45

Indexes created Mon Nov 10 17:20:41 GMT 2025