powerpc/toc: Future proof kernel toc
[sfrench/cifs-2.6.git] / arch / powerpc / boot / zImage.lds.S
index d6f07286562738638c583735ffe7dfee8ea84366..d65cd55a6f386ebe8330a3286d2966d898effb7a 100644 (file)
@@ -36,12 +36,9 @@ SECTIONS
   }
 
 #ifdef CONFIG_PPC64_BOOT_WRAPPER
-  . = ALIGN(256);
-  .got :
+  .got : ALIGN(256)
   {
-    __toc_start = .;
-    *(.got)
-    *(.toc)
+    *(.got .toc)
   }
 #endif