diff --git a/examples/link/link.ld b/examples/link/link.ld index 1e20a7a13..174b0e6d8 100644 --- a/examples/link/link.ld +++ b/examples/link/link.ld @@ -4,7 +4,7 @@ ENTRY(rvtest_entry_point) SECTIONS { . = 0x80000000; - .text : { *(.text.init) } + .text : { *(.text.init) *(.text) } . = ALIGN(0x1000); .tohost : { *(.tohost) } . = ALIGN(0x1000);