From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v1 3/4] XENVER_build_id: Provide ld-embedded build-ids Date: Wed, 6 Jan 2016 13:07:23 -0500 Message-ID: <20160106180723.GD8633@char.us.oracle.com> References: <1444359390-14153-1-git-send-email-konrad.wilk@oracle.com> <1444359390-14153-4-git-send-email-konrad.wilk@oracle.com> <5617F6F302000078000A9CF4@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aGsUi-0001oK-Gz for xen-devel@lists.xenproject.org; Wed, 06 Jan 2016 18:07:36 +0000 Content-Disposition: inline In-Reply-To: <5617F6F302000078000A9CF4@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: wei.liu2@citrix.com, ian.campbell@citrix.com, andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com, mpohlack@amazon.de, xen-devel@lists.xenproject.org, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Fri, Oct 09, 2015 at 09:18:43AM -0600, Jan Beulich wrote: > >>> On 09.10.15 at 04:56, wrote: > > --- a/xen/arch/x86/Makefile > > +++ b/xen/arch/x86/Makefile > > @@ -108,12 +108,13 @@ $(TARGET)-syms: prelink.o xen.lds $(BASEDIR)/common/symbols-dummy.o > > $(BASEDIR)/common/symbols-dummy.o -o $(@D)/.$(@F).0 > > $(NM) -n $(@D)/.$(@F).0 | $(BASEDIR)/tools/symbols >$(@D)/.$(@F).0.S > > $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).0.o > > - $(LD) $(LDFLAGS) -T xen.lds -N prelink.o \ > > + $(LD) $(LDFLAGS) -T xen.lds -N prelink.o --build-id=sha1 \ > > You first need to figure whether $(LD) actually supports --build-id=. Seems I just stumbled upon this email. Please ignore the other one. > > Jan >