These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / board-js2x / llfw / stage2.lds
index f91f065..e6315c3 100644 (file)
@@ -45,7 +45,8 @@ SECTIONS {
        __bss_end = .;
        __bss_size = (__bss_end - __bss_start);
 
-       __toc_start = .;
+       . = ALIGN(256);
+       __toc_start = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
        .got       :
        {
                 *(.toc .got)