[PATCH] libgcrypt: disable some ARM assembly when building __PIC__
Kyle McMartin
kmcmarti at redhat.com
Tue May 20 20:27:24 CEST 2014
On Tue, May 20, 2014 at 08:55:56PM +0300, Jussi Kivilinna wrote:
> On 20.05.2014 00:20, Kyle McMartin wrote:
> > Hi,
> >
> > We're currently getting DT_TEXTREL set for libgcrypt.so.20... after some
> > investigation, it seems the camellia, cast5, and rijndael arm assembly
> > which was added since libgcrypt v1.5 is responsible. I'll spend some
> > cycles attempting to fix this when __PIC__, but for the moment, we might
> > as well disable them when building -fPIC.
> >
> > https://bugzilla.redhat.com/show_bug.cgi?id=1069792
>
> Does the attached patch fix issues with __PIC__?
>
> -Jussi
Yup, no TEXTREL is present when I add that patch in our build. Thanks!
Was afraid I'd need to do it. :)
--Kyle
>
> >
> > regards, Kyle
> >
More information about the Gcrypt-devel
mailing list