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