svn commit: r310789 - head/lib/libpam/static_libpam

Alexander Kabaev kabaev at gmail.com
Fri Dec 30 02:06:19 UTC 2016


On Thu, 29 Dec 2016 18:59:17 -0600
Ravi Pokala <rpokala at mac.com> wrote:

> Hi Alexander,
> 
> I'm a little confused - the original version had to have had a
> compile-only step to generate the object first, before running the
> link-only operation against the object. The new code replaces the
> link-only operation with a compile+link operation. Shouldn't the
> pre-existing compile-only operation be removed, since the new
> compile+link operation supersedes it?
> 
> Thanks,
> 
> Ravi (rpokala@)
> 

Well, clearly it does not replace link-only operation with compile+link
as you suggest. It feeds .o file to to the compiler driver which
then invokes ld with all the correct parameters for the target object
format.

-- 
Alexander Kabaev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 963 bytes
Desc: Цифровая подпись OpenPGP
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20161229/57ea3c1e/attachment.sig>


More information about the svn-src-all mailing list