Changeset 3debedec in mainline for arch/ppc32/_link.ld.in
- Timestamp:
- 2006-02-16T20:26:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba52899
- Parents:
- 2a46e10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/_link.ld.in
r2a46e10 r3debedec 12 12 13 13 SECTIONS { 14 .image 0x800000 00: AT (0x80000000) {14 .image 0x800000: AT (0x800000) { 15 15 ktext_start = .; 16 16 *(K_TEXT_START) … … 31 31 LONG(kdata_end - kdata_start); 32 32 hardcoded_load_address = .; 33 LONG(0x800000 00);33 LONG(0x800000); 34 34 *(.bss); /* uninitialized static variables */ 35 35 *(COMMON); /* global variables */
Note:
See TracChangeset
for help on using the changeset viewer.