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

Revision 36, 212 bytes checked in by pntsvt00, 14 years ago (diff)

modificati i file per la compilazione. boot.s linkato a 0xFFF0000020

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