[SPARC64]: Mark __ex_table section correctly.
[deliverable/linux.git] / arch / sparc64 / lib / U1copy_to_user.S
index 1fccc521e2bd9071f3a41c77418a5db33c4627d7..d1210ffb0b82aa444b71079bb617c83025473d6c 100644 (file)
@@ -9,7 +9,7 @@
        .align 4;               \
 99:    retl;                   \
         mov    1, %o0;         \
-       .section __ex_table;    \
+       .section __ex_table,"a";\
        .align 4;               \
        .word 98b, 99b;         \
        .text;                  \
This page took 0.028276 seconds and 5 git commands to generate.