source:
mainline/arch/mips32/boot/_link.ld@
9b9f195
Last change on this file since 9b9f195 was 60780c5, checked in by , 20 years ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
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.