Changeset 1f330de in mainline for arch/ppc32/loader/_link.ld
- Timestamp:
- 2006-03-17T02:04:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 543c31f
- Parents:
- 01cb210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/_link.ld
r01cb210 r1f330de 21 21 *(.bss); /* uninitialized static variables */ 22 22 *(COMMON); /* global variables */ 23 } 24 25 .image 0x10000000+SIZEOF(.boot): AT (SIZEOF(.boot)) SUBALIGN(4096) { 23 24 . = ALIGN(4096); 26 25 *(.image); 27 26 }
Note:
See TracChangeset
for help on using the changeset viewer.