Commit f122eb7a by Nick Clifton Committed by Nick Clifton

Applied fixes from PR 15949 and 15047

From-SVN: r19856
parent 53f2d033
Mon May 18 15:30:42 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/lib1funcs.asm: Add .text pseudo op to start of
___udivsi3.
* config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
underscores for the prefixes to the names of the maths functions.
* dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE. Add
comment explaining why.
......
......@@ -89,10 +89,11 @@ ___mulsi3:
ble .L5
jmp [r31] /* return */
.size __mulsi3,.-__mulsi3
.size ___mulsi3,.-___mulsi3
#endif
#ifdef L_udivsi3
.text
.global ___udivsi3
___udivsi3:
mov 1,r12
......@@ -126,7 +127,7 @@ ___udivsi3:
bne .L9
.L8:
jmp [r31]
.size __udivsi3,.-__udivsi3
.size ___udivsi3,.-___udivsi3
#endif
#ifdef L_divsi3
......@@ -157,7 +158,7 @@ ___divsi3:
ld.w 4[sp],r31
add 8,sp
jmp [r31]
.size __divsi3,.-__divsi3
.size ___divsi3,.-___divsi3
#endif
#ifdef L_umodsi3
......@@ -178,7 +179,7 @@ ___umodsi3:
ld.w 8[sp],r31
add 12,sp
jmp [r31]
.size __umodsi3,.-__umodsi3
.size ___umodsi3,.-___umodsi3
#endif /* L_umodsi3 */
#ifdef L_modsi3
......@@ -199,7 +200,7 @@ ___modsi3:
ld.w 8[sp],r31
add 12,sp
jmp [r31]
.size __modsi3,.-__modsi3
.size ___modsi3,.-___modsi3
#endif /* L_modsi3 */
#ifdef L_save_2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment