Set ELF entry point correctly
authorAndrew Waterman <andrew@sifive.com>
Mon, 1 May 2017 21:42:42 +0000 (14:42 -0700)
committerAndrew Waterman <andrew@sifive.com>
Mon, 1 May 2017 21:42:42 +0000 (14:42 -0700)
benchmarks/common/test.ld
env

index a08d71d3c4d7089552f1e3d2e66c366335ecab2a..ada0862d7464dc01b828aa5f8849b3166dbc58c8 100644 (file)
@@ -12,6 +12,7 @@
    specifically one of the entires in bfd/cpu-mips.c */
 
 OUTPUT_ARCH( "riscv" )
    specifically one of the entires in bfd/cpu-mips.c */
 
 OUTPUT_ARCH( "riscv" )
+ENTRY(_start)
 
 /*----------------------------------------------------------------------*/
 /* Sections                                                             */
 
 /*----------------------------------------------------------------------*/
 /* Sections                                                             */
diff --git a/env b/env
index 3f1d04a2e8f849c306bdca7c7115462c3a60a6e0..70f5e06eef154a1eaeb65d3f034c1857771100ff 160000 (submodule)
--- a/env
+++ b/env
@@ -1 +1 @@
-Subproject commit 3f1d04a2e8f849c306bdca7c7115462c3a60a6e0
+Subproject commit 70f5e06eef154a1eaeb65d3f034c1857771100ff