On 2014-11-16 18:13:36 +0200, Martin Storsjö wrote: > This object file contains relocations in the text segment, when > built in ARM mode. > > --- > I do realize that this will end up disabling it in shared library > builds for raspberry pi, where this feature was targeted. > However, if PIC code is requested, we really should honor that. This > allows us to get rid of the last textrels. > Alternatively, are there any other ways to disable building this code > in the case where we strictly want only PIC code, not only requesting > "mostly PIC" (where it is desireable, but some textrels don't block > anything, like currently on the raspberry pi).
we could also make the arm addressing relative. It would require wo additional instructions but none of this branching seems to be an hot path. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
