rpms/qemu/FC-5 qemu-0.8.0-sdata.patch,NONE,1.1

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Mar 21 16:59:20 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/qemu/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29782

Added Files:
	qemu-0.8.0-sdata.patch 
Log Message:
Fix linker script on PPC

qemu-0.8.0-sdata.patch:

--- NEW FILE qemu-0.8.0-sdata.patch ---
--- qemu-0.8.0/ppc.ld~	2005-12-19 22:51:53.000000000 +0000
+++ qemu-0.8.0/ppc.ld	2006-03-21 16:46:58.000000000 +0000
@@ -90,7 +90,11 @@ SECTIONS
   /* We want the small data sections together, so single-instruction offsets
      can access them all, and initialized data all before uninitialized, so
      we can shorten the on-disk segment size.  */
-  .sdata     : { *(.sdata) }
+  .sdata     :
+  {
+    PROVIDE (_SDA_BASE_ = 32768);
+    *(.sdata .sdata.* .gnu.linkonce.s.*)
+  }
   _edata  =  .;
   PROVIDE (edata = .);
   __bss_start = .;




More information about the fedora-extras-commits mailing list