This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] patch to allow enabling linker --build-id for all links.


On Fri, Apr 24, 2009 at 2:09 PM, Ian Lance Taylor <iant@google.com> wrote:

> I think the last sentence would be clearer if the clauses were reversed:

Yes, thanks.

Attached is the corrected patch.
Could you commit it for me?

Thanks,
-- 
Paul Pluzhnikov

2009-04-29  Paul Pluzhnikov  <ppluzhnikov@google.com>
	    Roland McGrath <roland@redhat.com>

	* configure.ac (HAVE_LD_BUILDID): New check for ld --build-id
	support.
	(ENABLE_LD_BUILDID): New configuration option.
	* gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
	(LINK_BUILDID_SPEC): New macro.
	(init_spec): If defined, prepend it between LINK_EH_SPEC and
	link_spec.
	* doc/install.texi: Document --enable-linker-build-id option.

Attachment: buildid.patch-20090429.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]