Changes in uspace/srv/loader/arch/ppc32/_link.ld.in [5e8b881:5bddc53] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/arch/ppc32/_link.ld.in
r5e8b881 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.