PPC: gas-preprocessor handles m[ft]spr shorthands

Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-07-04 18:33:43 +00:00
parent fe3d2e4b02
commit deca86eab1
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@
.text
/* Apple gas doesn't support this shorthand */
.macro mtctr rx
mtspr 9, \rx
.endm
.macro addi2 ra, imm // add 32-bit immediate
.if \imm & 0xffff
addi \ra, \ra, \imm@l