On Sun, 16 Nov 2014, Martin Storsjö wrote:
--- Using ifdef __linux__ for .data.rel.ro, since we support some other (ancient) setups which don't support such a section (in particular, symbian, which still uses elf object files in the build, but where the toolchain can't handle such a section). --- libavcodec/arm/fft_fixed_neon.S | 4 ++-- libavcodec/arm/fft_neon.S | 4 ++-- libavcodec/arm/fft_vfp.S | 4 ++-- libavutil/arm/asm.S | 14 ++++++++++++++ 4 files changed, 20 insertions(+), 6 deletions(-)
Since all of these only are used on entry (just like fft/opus on aarch64), we could also use the same trick as currently there, to make the tables completely relocation-free - that'd use fewer fancy features about section types etc.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
