These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / clients / takeover / client.lds
index 2701d8e..0ab428a 100644 (file)
@@ -43,8 +43,8 @@ SECTIONS {
 
        .got :
        {
-         . = ALIGN(8);
-         _got = .;
+         . = ALIGN(256);
+         _got = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
           *(.got .toc)
          _got_end = .;
        }