Changeset 6862338 in mainline for libc/arch/ppc64/_link.ld.in
- Timestamp:
- 2006-05-21T21:25:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2cd194
- Parents:
- 5b4f9e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ppc64/_link.ld.in
r5b4f9e1 r6862338 15 15 .text : { 16 16 *(.text); 17 *(.toc); 17 18 *(.rodata*); 18 19 } :text 19 20 20 21 .data ALIGN(0x1000) : SUBALIGN(0x1000) { 21 *(.data); 22 *(.opd); 23 *(.data*); 22 24 *(.sdata); 23 25 } :data
Note:
See TracChangeset
for help on using the changeset viewer.