source: XOpenSparcT1/trunk/sw/linker.lds @ 33

Revision 33, 221 bytes checked in by pntsvt00, 14 years ago (diff)

checkpoint

RevLine 
[32]1/* linker script for XOPENSPARC */
2 
3OUTPUT_FORMAT("elf64-sparc")
[33]4ENTRY(__setup)
[32]5
6
7SECTIONS {
[33]8  .boot 0x0000000000000020 : { *(.boot);}
9  .text : { *(.text) }
[32]10  .data : { *(.data) }
11  .bss :  { *(.bss)  *(COMMON) }
12}
Note: See TracBrowser for help on using the repository browser.