Changes in uspace/srv/loader/arch/sparc64/_link.ld.in [5e8b881:eaf4c393] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/arch/sparc64/_link.ld.in
r5e8b881 reaf4c393 20 20 21 21 .text : { 22 *(.text );23 *(.rodata *);22 *(.text .text.*); 23 *(.rodata .rodata.*); 24 24 } :text 25 25
Note:
See TracChangeset
for help on using the changeset viewer.