module: set __jump_table alignment to 8
[sfrench/cifs-2.6.git] / scripts / module-common.lds
index 73a2c7da0e551dc29d421334061bb9ebad9e8a78..53234e85192a2c93b17672fb03663209316814b6 100644 (file)
@@ -19,4 +19,6 @@ SECTIONS {
 
        . = ALIGN(8);
        .init_array             0 : { *(SORT(.init_array.*)) *(.init_array) }
+
+       __jump_table            0 : ALIGN(8) { KEEP(*(__jump_table)) }
 }