Changes in uspace/lib/c/arch/abs32le/_link.ld.in [5e8b881:9b3ce63] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/_link.ld.in
r5e8b881 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.