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

2016-05-05 Thread Ed Maste
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.

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

2016-05-05 Thread Ed Maste
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

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

2016-05-05 Thread Ed Maste
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)