From 64ca98d5cee6bbb58fe6ab9d3c0e7bdade815808 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 7 Jun 2011 23:41:15 +0400 Subject: [PATCH] kvm tools: Get rid of spaces in ld script Signed-off-by: Cyrill Gorcunov Signed-off-by: Pekka Enberg --- tools/kvm/bios/rom.ld.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/kvm/bios/rom.ld.S b/tools/kvm/bios/rom.ld.S index aed8a652d50c..f122b9781f4e 100644 --- a/tools/kvm/bios/rom.ld.S +++ b/tools/kvm/bios/rom.ld.S @@ -11,7 +11,7 @@ PHDRS { } SECTIONS { - . = 0; - .text : { *(.text) } :text = 0x9090 + . = 0; + .text : { *(.text) } :text = 0x9090 } -- 2.39.5