diff options
Diffstat (limited to 'examples/nios.lds')
-rw-r--r-- | examples/nios.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nios.lds b/examples/nios.lds index 18072f71b1e..4c1080b868c 100644 --- a/examples/nios.lds +++ b/examples/nios.lds @@ -37,7 +37,7 @@ SECTIONS . = ALIGN(4); .rodata : { - *(.rodata) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } __rodata_end = .; |