diff options
Diffstat (limited to 'benchmarks/common/test.ld')
-rw-r--r-- | benchmarks/common/test.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/common/test.ld b/benchmarks/common/test.ld index 679c4ba..a50b017 100644 --- a/benchmarks/common/test.ld +++ b/benchmarks/common/test.ld @@ -28,6 +28,7 @@ SECTIONS . = ALIGN(0x1000); .tohost : { *(.tohost) } + . = ALIGN(0x1000); .text : { *(.text) } /* data segment */ |