From 1ee0310b864dbac08e167eb8416649ee49132631 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 13 Mar 2006 21:35:49 +0000 Subject: [PATCH] silence complaint from ld "cannot find entry symbol _start; defaulting to 10000000" committer: jreiser 1142285749 +0000 --- src/stub/fold_machppc32.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stub/fold_machppc32.S b/src/stub/fold_machppc32.S index 00d446fc..24de8845 100644 --- a/src/stub/fold_machppc32.S +++ b/src/stub/fold_machppc32.S @@ -50,6 +50,7 @@ reg_mq = 38*4 reg_vrsave = 39*4 +_start: .globl _start # ignored, but silence "cannot find entry symbol _start" from ld /* In: r31= &decompress; also 8+ (char *)&(offset to {l_info; p_info; b_info}) */