Rev 3027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3027 | Rev 3824 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | OUTPUT_FORMAT("elf32-powerpc") |
1 | OUTPUT_FORMAT("elf32-powerpc") |
| 2 | OUTPUT_ARCH(powerpc:common) |
2 | OUTPUT_ARCH(powerpc:common) |
| 3 | ENTRY(start) |
3 | ENTRY(start) |
| 4 | 4 | ||
| 5 | SECTIONS { |
5 | SECTIONS { |
| 6 | .boot 0x10000000: AT (0) { |
6 | .boot 0x01000000: AT (0) { |
| 7 | *(BOOTSTRAP); |
7 | *(BOOTSTRAP); |
| 8 | *(REALMODE); |
8 | *(REALMODE); |
| 9 | *(.text); |
9 | *(.text); |
| 10 | 10 | ||
| 11 | *(.rodata); |
11 | *(.rodata); |