Changeset e708063 in mainline for libc/arch/mips32/_link.ld.in
- Timestamp:
- 2006-03-23T21:18:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a71d9af9
- Parents:
- 17242c6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/_link.ld.in
r17242c6e re708063 1 1 STARTUP(../libc/arch/ARCH/src/entry.o) 2 ENTRY(__ entry)2 ENTRY(__start) 3 3 4 4 PHDRS { … … 18 18 } :text 19 19 20 .got ALIGN(0x4000) : SUBALIGN(0x4000) { 20 .data ALIGN(0x4000) : SUBALIGN(0x4000) { 21 *(.data); 22 } :data 23 .got : { 21 24 _gp = .; 22 *(.got); 23 } :data 24 .data : { 25 *(.data); 25 *(.data.rel*); 26 26 } :data 27 27 .sbss : {
Note:
See TracChangeset
for help on using the changeset viewer.