ARM: disable movw/movt for relocated values on Apple platforms
authorMåns Rullgård <mans@mansr.com>
Mon, 20 Sep 2010 21:50:46 +0000 (21:50 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 20 Sep 2010 21:50:46 +0000 (21:50 +0000)
commit75c490f467655bf7be664abdde6858c6f8db5f35
treeecd607190246b39b5c49e84b3d2c21cca746e7ca
parent1790d3b330800e8ec6844392aa501fb558ae25e1
ARM: disable movw/movt for relocated values on Apple platforms

Apparently Apple platforms do not handle movw/movt relocations
properly, leading to runtime crashes in code using them.

Originally committed as revision 25150 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/arm/asm.S