source:
mainline/arch/mips32/boot/_link.ld@
1b50135
Last change on this file since 1b50135 was 60780c5, checked in by , 20 years ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[6c4024f] | 1 | /* OUTPUT_FORMAT(ecoff-littlemips) */ |
2 | OUTPUT_FORMAT(binary) | |
3 | SECTIONS { | |
4 | .image 0x0: AT (0) { | |
5 | *(.text); | |
6 | *(.reginfo); | |
7 | } | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.