Make the jump-table section-relative for x86_64 with PIC enabled.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 30 Jan 2010 19:26:47 +0000 (19:26 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 30 Jan 2010 19:26:47 +0000 (19:26 +0000)
commit3d05c1fbec5cd6c9622b8b2021f00d4a8dc8f5a4
treec6c6f8a305fc8bafd3893fcac4ed9eb7a082736d
parent718c7b18c91c3eca21d7028bc6581045b22b32a4
Make the jump-table section-relative for x86_64 with PIC enabled.
This allows to get rid of the macho64 specific hack that moves them
to rodata (with worse cache behaviour) and avoids textrels which
e.g. Gentoo does not allow for x86_64 libraries.

Originally committed as revision 21551 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/fft_mmx.asm