svn commit: r299389 - in head/secure/lib/libcrypto: . i386

Konstantin Belousov kostikbel at gmail.com
Wed May 11 07:56:49 UTC 2016


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.


More information about the svn-src-all mailing list