Commit 29d6d744 authored by mru's avatar mru

PPC: make inline asm xform address test work with Apple tools

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20466 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eaea7cbb
...@@ -2163,7 +2163,7 @@ elif enabled ppc; then ...@@ -2163,7 +2163,7 @@ elif enabled ppc; then
check_asm dcbzl '"dcbzl 0, 1"' check_asm dcbzl '"dcbzl 0, 1"'
check_asm ppc4xx '"maclhw r10, r11, r12"' check_asm ppc4xx '"maclhw r10, r11, r12"'
check_asm xform_asm '"lwzx 0, %y0" :: "Z"(*(int*)0)' check_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
# AltiVec flags: The FSF version of GCC differs from the Apple version # AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then if enabled altivec; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment