Changeset 9b3ce63 in mainline
- Timestamp:
- 2011-03-29T20:42:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eaf4c393
- Parents:
- 5bddc53
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/_link.ld.in
r5bddc53 r9b3ce63 11 11 12 12 .text : { 13 *(.text );14 *(.rodata *);13 *(.text .text.*); 14 *(.rodata .rodata.*); 15 15 } :text 16 16 -
uspace/srv/loader/arch/abs32le/_link.ld.in
r5bddc53 r9b3ce63 21 21 22 22 .text : { 23 *(.text );24 *(.rodata *);23 *(.text .text.*); 24 *(.rodata .rodata.*); 25 25 } :text 26 26
Note:
See TracChangeset
for help on using the changeset viewer.