From d7609088e591ed850358208977714280d34c58e7 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 21 Sep 2013 08:39:15 -0700 Subject: [PATCH] Silence "warning: cannot find entry symbol _start" --- src/stub/src/arm-darwin.macho-fold.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stub/src/arm-darwin.macho-fold.S b/src/stub/src/arm-darwin.macho-fold.S index f1b0b65f..02c3cdf0 100644 --- a/src/stub/src/arm-darwin.macho-fold.S +++ b/src/stub/src/arm-darwin.macho-fold.S @@ -47,6 +47,8 @@ sz_b_info = 12 sz_cpr= 4 b_method= 8 +_start: .globl _start // ignored, but silence "cannot find entry symbol _start" from ld + // control just falls through, after this part and compiled C code // are uncompressed.