]> git.sesse.net Git - ffmpeg/commit
ARM: set section to .text in 'function' macro
authorMåns Rullgård <mans@mansr.com>
Wed, 7 Jul 2010 20:09:41 +0000 (20:09 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 7 Jul 2010 20:09:41 +0000 (20:09 +0000)
commit278caa6ad301d2c3e8dc9bbc06ad83c020942318
tree89f345ffdd375a5ce83f7ffc7bda0b45ae7ead78
parent108ac7f29091abe0a746d3ab25d5e1e70a8111cc
ARM: set section to .text in 'function' macro

This ensures code always goes into the .text section and avoids the
need to specify it explicitly after changing sections.

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