From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: [patch 4/5] kvm tools: Get rid of spaces in ld script Date: Tue, 07 Jun 2011 23:41:15 +0400 Message-ID: <20110607194154.268842061@gmail.com> References: <20110607194111.025052224@gmail.com> Cc: asias.hejun@gmail.com, mingo@elte.hu, levinsasha928@gmail.com, prasadjoshi124@gmail.com, kvm@vger.kernel.org, Cyrill Gorcunov To: penberg@kernel.org Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:41987 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754938Ab1FGTl6 (ORCPT ); Tue, 7 Jun 2011 15:41:58 -0400 Received: by bwz15 with SMTP id 15so50489bwz.19 for ; Tue, 07 Jun 2011 12:41:57 -0700 (PDT) Content-Disposition: inline; filename=kvm-tools-del-spaces Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Cyrill Gorcunov --- tools/kvm/bios/rom.ld.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.git/tools/kvm/bios/rom.ld.S =================================================================== --- linux-2.6.git.orig/tools/kvm/bios/rom.ld.S +++ linux-2.6.git/tools/kvm/bios/rom.ld.S @@ -11,7 +11,7 @@ PHDRS { } SECTIONS { - . = 0; - .text : { *(.text) } :text = 0x9090 + . = 0; + .text : { *(.text) } :text = 0x9090 }