Date: Thu, 29 Dec 2016 21:06:12 -0500 From: Alexander Kabaev <kabaev@gmail.com> To: Ravi Pokala <rpokala@mac.com> Cc: Alexander Kabaev <kan@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r310789 - head/lib/libpam/static_libpam Message-ID: <20161229210612.3696bff0@kan> In-Reply-To: <1A7F0D4F-1F4D-4885-B7E9-F764D4FA72BF@panasas.com> References: <201612292130.uBTLUqus011628@repo.freebsd.org> <1A7F0D4F-1F4D-4885-B7E9-F764D4FA72BF@panasas.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/RQnhCKh2Cbfb=ik3eCsZc0c Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 Dec 2016 18:59:17 -0600 Ravi Pokala <rpokala@mac.com> wrote: > Hi Alexander, >=20 > 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? >=20 > Thanks, >=20 > Ravi (rpokala@) >=20 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. --=20 Alexander Kabaev --Sig_/RQnhCKh2Cbfb=ik3eCsZc0c Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEExffZlZm2QeE8UVaRBxMimZJ5Ln4FAlhlwRRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM1 RjdEOTk1OTlCNjQxRTEzQzUxNTY5MTA3MTMyMjk5OTI3OTJFN0UACgkQBxMimZJ5 Ln55tw//VIbU0QL0qAG5vSOAKAAAb0W3BsexhuM4iMYO6qNCsSY+wgjq+dxmgoco kePb2YDc4l/+eTfAx1PeIMNHUHAyhihECJiQ276Dj8OUgog8j8wjzEUdmeJAlk9A hVI8mV/MAY5onkQ2YTsRX/F0L5mPZzqHeks/Sr745fCrn30bBr81E/o8k90yj/vq vqs3CsXFVxPGgcopv5jGSIvtYGj92jC56C49oCfZyq2S4mgCBW0+Kk4uq2jxm39q 68cQUznKtTfPMeODKKgOvf+D/iipu6aaT127r7QfQm7vzJJpPdDAARDpNX7nKcrs EVYEtKGhz0PO0sY7wVCPwmjFAamdOqaHQezaxsBynLrgbfcUEUX7kyjv3tYDY3/5 2J8R20eAYox5TuMGgkWK77xYEyHiODNcAgrwQ77/uFV8vodtgKFbfkdwKVmQnzk+ VDcuLHTTk99e7Jwggcu7XUOvJr7G26Gb0g32j3yp7qlAr2ZGEBJxSMPgrQzd5zXK gG8VHTby5c7/7R9MJw/L/gT0Y3rdt0tOMO5zU46jLm3+6yke+nqG5AQ9fK2Cim4i oVKDL4G4EcfVicMqCgihtORXawt9Zn0G4KXtWrCRBcJr67cNuFMn6eedznL9pr01 SUpnVCPvLy1m/tM9RM3BQFa3zLR3NCjI70RNyhX4ecZcjwzDgBU= =i6OC -----END PGP SIGNATURE----- --Sig_/RQnhCKh2Cbfb=ik3eCsZc0c--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161229210612.3696bff0>