These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / rtas / rtas.lds
index a5ba1da..30b18dd 100644 (file)
@@ -28,7 +28,8 @@ SECTIONS {
        }
        .got :
        {
-         _got = .;
+         . = ALIGN(256);
+         _got = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
          *(.got .toc)
        }       
        .reloc :