From af832bf8fd7ed43631e1d1ceb66b10027419a4e6 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 1 May 2017 14:42:42 -0700 Subject: Set ELF entry point correctly --- benchmarks/common/test.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks') 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 */ -- cgit v1.1