Changeset 6862338 in mainline
- 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
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ppc64/Makefile.inc
r5b4f9e1 r6862338 30 30 # 31 31 32 TARGET = ppc -linux-gnu32 TARGET = ppc64-linux-gnu 33 33 TOOLCHAIN_DIR = /usr/local/ppc64/bin 34 34 -
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.