From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: _text vs _start Date: Wed, 03 Jan 2007 15:07:42 -0600 Message-ID: <1167858463.6100.50.camel@basalt> Reply-To: Hollis Blanchard Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Magnus Damm Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Hi Magnus, xen/common/kexec.c references _text, which is not provided by PowerPC's linker script. Given that you do arithmetic with _end, can you explain why you're not using _start, which is a standard symbol provided by the default linker script? Outside of Linux, kexec is the only code referencing _text. -- Hollis Blanchard IBM Linux Technology Center