diff options
Diffstat (limited to 'benchmarks/common')
-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 a08d71d..ada0862 100644 --- a/benchmarks/common/test.ld +++ b/benchmarks/common/test.ld @@ -12,6 +12,7 @@ specifically one of the entires in bfd/cpu-mips.c */ OUTPUT_ARCH( "riscv" ) +ENTRY(_start) /*----------------------------------------------------------------------*/ /* Sections */ |