s390/vdso: add .got.plt in vdso linker script
[linux-2.6-microblaze.git] / arch / s390 / kernel / vdso64 / vdso64.lds.S
index d4fb336..4461ea1 100644 (file)
@@ -51,6 +51,7 @@ SECTIONS
 
        .rela.dyn ALIGN(8) : { *(.rela.dyn) }
        .got ALIGN(8)   : { *(.got .toc) }
+       .got.plt ALIGN(8) : { *(.got.plt) }
 
        _end = .;
        PROVIDE(end = .);