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