On 5 May 2016 at 21:31, Ed Maste wrote:
>
> these files have not been regenerated since the original import.
I'm wrong: they have been regenerated, just not with -PIC. In any
case, I'll investigate having them generated both ways and have the
Makefile choose the desired ones.
On 5 May 2016 at 17:25, Ed Maste wrote:
> Author: emaste
> Date: Thu May 5 21:25:41 2016
> New Revision: 299139
> URL: https://svnweb.freebsd.org/changeset/base/299139
>
> Log:
> Make libcrypto position independent on i386
Note that the generated output for these i386 .s files was committed
in
Author: emaste
Date: Thu May 5 21:25:41 2016
New Revision: 299139
URL: https://svnweb.freebsd.org/changeset/base/299139
Log:
Make libcrypto position independent on i386
Prior to this change libcrypto ended up with a .text relocation.
Submitted by: Rafael EspĂndola (earlier version)