source:
buchla-68k/misc/ram.ld@
62340ef
| Last change on this file since 62340ef was 62340ef, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 318 bytes | |
| Rev | Line | |
|---|---|---|
| [62340ef] | 1 | OUTPUT_FORMAT("elf32-m68k") |
| [6dc5ea7] | 2 | ENTRY(start) |
| 3 | SECTIONS | |
| 4 | { | |
| 5 | .text (0x10000) : | |
| 6 | { | |
| [62340ef] | 7 | *(.text .text.*) |
| 8 | *(.rodata .rodata.*) | |
| [6dc5ea7] | 9 | _etext = .; |
| 10 | } | |
| 11 | ||
| 12 | .data : ALIGN(0x10) | |
| 13 | { | |
| [62340ef] | 14 | *(.data .data.*) |
| [6dc5ea7] | 15 | _edata = .; |
| 16 | } | |
| 17 | ||
| 18 | .bss : ALIGN(0x10) | |
| 19 | { | |
| [62340ef] | 20 | *(.bss .bss.*) |
| [6dc5ea7] | 21 | } |
| 22 | ||
| 23 | _end = .; | |
| 24 | } |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)