Changeset 1cc2974 in mainline for uspace/lib/libc/arch/ppc64
- Timestamp:
- 2008-05-26T18:56:34Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a55ae6
- Parents:
- fa832eb
- File:
-
- 1 edited
-
uspace/lib/libc/arch/ppc64/_link.ld.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ppc64/_link.ld.in
rfa832eb r1cc2974 8 8 9 9 SECTIONS { 10 . = 0x1000 ;10 . = 0x1000 + SIZEOF_HEADERS; 11 11 12 .init ALIGN(0x1000) : SUBALIGN(0x1000){12 .init : { 13 13 *(.init); 14 14 } :text … … 18 18 *(.rodata*); 19 19 } :text 20 21 .data ALIGN(0x1000) : SUBALIGN(0x1000) { 20 21 . = . + 0x1000; 22 23 .data : { 22 24 *(.opd); 23 25 *(.data*);
Note:
See TracChangeset
for help on using the changeset viewer.
