From: Andrew Waterman Date: Mon, 1 May 2017 21:42:42 +0000 (-0700) Subject: Set ELF entry point correctly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af832bf8fd7ed43631e1d1ceb66b10027419a4e6;p=riscv-tests.git Set ELF entry point correctly --- 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 */ diff --git a/env b/env index 3f1d04a..70f5e06 160000 --- a/env +++ b/env @@ -1 +1 @@ -Subproject commit 3f1d04a2e8f849c306bdca7c7115462c3a60a6e0 +Subproject commit 70f5e06eef154a1eaeb65d3f034c1857771100ff