These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / clients / net-snk / client.lds
index 39d0459..c208644 100644 (file)
@@ -44,10 +44,10 @@ SECTIONS {
          *(.opd)
        }
 
-       . = ALIGN(0x10);
+       . = ALIGN(256);
        .got :
        {
-         _got = .;
+         _got = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
           *(.got)
          *(.toc)
          _got_end = .;