Changeset 9b3ce63 in mainline for uspace/lib/c/arch/abs32le/_link.ld.in
- 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
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.