Changeset 9b3ce63 in mainline for uspace/srv/loader/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/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.