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 Wed, Apr 1, 2009 at 11:41 AM, Roland McGrath <roland@redhat.com> wrote:
> Looks good to me!

Thanks. Attached is a revised patch.

I do not have commit to GCC (but Google has blanket copyright assignment
to FSF). If this patch is ok, could approver please commit it for me?

Thanks,
-- 
Paul Pluzhnikov

2009-04-01  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-20090401.txt
Description: Text document


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