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:
@@ -40,11 +40,6 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
/* Apple gas doesn't support this shorthand */
|
|
||||||
.macro mtctr rx
|
|
||||||
mtspr 9, \rx
|
|
||||||
.endm
|
|
||||||
|
|
||||||
.macro addi2 ra, imm // add 32-bit immediate
|
.macro addi2 ra, imm // add 32-bit immediate
|
||||||
.if \imm & 0xffff
|
.if \imm & 0xffff
|
||||||
addi \ra, \ra, \imm@l
|
addi \ra, \ra, \imm@l
|
||||||
|
Reference in New Issue
Block a user