x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
[sfrench/cifs-2.6.git] / arch / x86 / math-emu / round_Xsig.S
index 226a51e991f10dc5ed11327b3a2464bd8fb59f5a..d9d7de8dbd7b6bb127791528be35e801d4acc8d9 100644 (file)
@@ -23,7 +23,7 @@
 
 
 .text
-ENTRY(round_Xsig)
+SYM_FUNC_START(round_Xsig)
        pushl   %ebp
        movl    %esp,%ebp
        pushl   %ebx            /* Reserve some space */
@@ -79,11 +79,11 @@ L_exit:
        popl    %ebx
        leave
        ret
-ENDPROC(round_Xsig)
+SYM_FUNC_END(round_Xsig)
 
 
 
-ENTRY(norm_Xsig)
+SYM_FUNC_START(norm_Xsig)
        pushl   %ebp
        movl    %esp,%ebp
        pushl   %ebx            /* Reserve some space */
@@ -139,4 +139,4 @@ L_n_exit:
        popl    %ebx
        leave
        ret
-ENDPROC(norm_Xsig)
+SYM_FUNC_END(norm_Xsig)