Changes in uspace/lib/c/arch/sparc64/_link.ld.in [5e8b881:eaf4c393] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/_link.ld.in
r5e8b881 reaf4c393 15 15 16 16 .text : { 17 *(.text );18 *(.rodata *);17 *(.text .text.*); 18 *(.rodata .rodata.*); 19 19 } :text 20 20
Note:
See TracChangeset
for help on using the changeset viewer.