Changeset 5bddc53 in mainline for uspace/srv
- Timestamp:
- 2011-03-29T20:34:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b3ce63
- Parents:
- 63b5493
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/arch/ppc32/_link.ld.in
r63b5493 r5bddc53 25 25 26 26 .text : { 27 *(.text );28 *(.rodata *);27 *(.text .text.*); 28 *(.rodata .rodata.*); 29 29 } :text 30 30
Note:
See TracChangeset
for help on using the changeset viewer.