Drop .proc. It is ignored by GNU as anyway.
This commit is contained in:
parent
7cd266968a
commit
605a3a0b27
@ -10,7 +10,6 @@
|
||||
.align 4
|
||||
.global .umul
|
||||
.type .umul,@function
|
||||
.proc 016
|
||||
|
||||
.umul:
|
||||
!#PROLOGUE# 0
|
||||
@ -24,7 +23,6 @@
|
||||
.align 4
|
||||
.global .mul
|
||||
.type .mul,@function
|
||||
.proc 04
|
||||
.mul:
|
||||
!#PROLOGUE# 0
|
||||
!#PROLOGUE# 1
|
||||
@ -37,7 +35,6 @@
|
||||
.align 4
|
||||
.global .udiv
|
||||
.type .udiv,@function
|
||||
.proc 016
|
||||
.udiv:
|
||||
wr %g0, 0, %y
|
||||
nop; nop; nop
|
||||
@ -50,8 +47,6 @@
|
||||
.align 4
|
||||
.global .div
|
||||
.type .div,@function
|
||||
.proc 04
|
||||
|
||||
.div:
|
||||
sra %o0, 31, %g2
|
||||
wr %g2, 0, %y
|
||||
@ -65,7 +60,6 @@
|
||||
.align 4
|
||||
.global .urem
|
||||
.type .urem,@function
|
||||
.proc 016
|
||||
.urem:
|
||||
wr %g0, %g0, %y
|
||||
nop; nop; nop
|
||||
@ -80,7 +74,6 @@
|
||||
.align 4
|
||||
.global .rem
|
||||
.type .rem,@function
|
||||
.proc 04
|
||||
.rem:
|
||||
sra %o0, 31, %g3
|
||||
wr %g3, 0, %y
|
||||
|
Loading…
Reference in New Issue
Block a user