From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MEqyi-0000o2-Um for mharc-grub-devel@gnu.org; Thu, 11 Jun 2009 16:34:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEqyh-0000nh-CR for grub-devel@gnu.org; Thu, 11 Jun 2009 16:34:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEqyc-0000mx-S9 for grub-devel@gnu.org; Thu, 11 Jun 2009 16:34:27 -0400 Received: from [199.232.76.173] (port=51796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEqyc-0000mn-KI for grub-devel@gnu.org; Thu, 11 Jun 2009 16:34:22 -0400 Received: from c60.cesmail.net ([216.154.195.49]:64194) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MEqyc-00076c-4x for grub-devel@gnu.org; Thu, 11 Jun 2009 16:34:22 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 11 Jun 2009 16:34:20 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 5218934C6A for ; Thu, 11 Jun 2009 16:38:52 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <4A315D61.8060705@t-online.de> <4A3161C6.3040405@t-online.de> <1244751636.9926.6.camel@mj> Content-Type: text/plain Date: Thu, 11 Jun 2009 16:34:19 -0400 Message-Id: <1244752459.9926.10.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [2290] 2009-06-10 Pavel Roskin X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 20:34:28 -0000 On Thu, 2009-06-11 at 22:27 +0200, Vladimir 'phcoder' Serbinenko wrote: > Possibilities > 1) to test both with and without -nostdlib and check that at least one > works. I don't like this one Me neither. > 2) rename main to main,start,_start,__start,_main or __main. Just find > one that works by bruteforce in script We can use -Wl,--defsym,___main=0x8100 as it's done elsewhere in configure.ac. Let me just check it doesn't break anything. -- Regards, Pavel Roskin