forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/math-emu/round_Xsig.S
....@@ -23,7 +23,7 @@
2323
2424
2525 .text
26
-ENTRY(round_Xsig)
26
+SYM_FUNC_START(round_Xsig)
2727 pushl %ebp
2828 movl %esp,%ebp
2929 pushl %ebx /* Reserve some space */
....@@ -78,12 +78,12 @@
7878 popl %esi
7979 popl %ebx
8080 leave
81
- ret
82
-ENDPROC(round_Xsig)
81
+ RET
82
+SYM_FUNC_END(round_Xsig)
8383
8484
8585
86
-ENTRY(norm_Xsig)
86
+SYM_FUNC_START(norm_Xsig)
8787 pushl %ebp
8888 movl %esp,%ebp
8989 pushl %ebx /* Reserve some space */
....@@ -138,5 +138,5 @@
138138 popl %esi
139139 popl %ebx
140140 leave
141
- ret
142
-ENDPROC(norm_Xsig)
141
+ RET
142
+SYM_FUNC_END(norm_Xsig)