aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-05-01 14:42:42 -0700
committerAndrew Waterman <andrew@sifive.com>2017-05-01 14:42:42 -0700
commitaf832bf8fd7ed43631e1d1ceb66b10027419a4e6 (patch)
treecd832b4223e9c37ae7f57389ee746c2960f22c8d /benchmarks
parentb3999a33b7bf9c115b095b56976394b19f825ff3 (diff)
downloadriscv-tests-af832bf8fd7ed43631e1d1ceb66b10027419a4e6.zip
riscv-tests-af832bf8fd7ed43631e1d1ceb66b10027419a4e6.tar.gz
riscv-tests-af832bf8fd7ed43631e1d1ceb66b10027419a4e6.tar.bz2
Set ELF entry point correctly
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/common/test.ld1
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 */