diff mbox

[kvm-unit-tests] align toc to 256 bytes

Message ID 1455040446-18556-1-git-send-email-drjones@redhat.com
State Not Applicable
Headers show

Commit Message

Andrew Jones Feb. 9, 2016, 5:54 p.m. UTC
---
 powerpc/flat.lds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/powerpc/flat.lds b/powerpc/flat.lds
index 8a573d27346de..53221e8b4211c 100644
--- a/powerpc/flat.lds
+++ b/powerpc/flat.lds
@@ -24,7 +24,7 @@  SECTIONS
     .rodata : { *(.rodata) *(.rodata.*) }
     . = ALIGN(16);
     .bss : { *(.bss) }
-    . = ALIGN(16);
+    . = ALIGN(256);
     /*
      * tocptr is tocbase + 32K, allowing toc offsets to be +-32K
      */