On Tue, May 10, 2016 at 08:31:09PM +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Tue May 10 20:31:09 2016
> New Revision: 299389
> URL: https://svnweb.freebsd.org/changeset/base/299389
> 
> Log:
>   Make libcrypto.so position independent on i386.

Great.

You may also remove now the
ALLOW_SHARED_TEXTREL=
line from libcrypto/Makefile.

BTW, amd64 needs similar treatment. Amd64, due to presence of the
pc-relative data addressing mode, usually require relocations much less
than i386, but I think it is better to handle the amd64 variant now as
well.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to