mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
fe3d2e4b02
commit
deca86eab1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue