From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86: merge .text.* into .text while linking Date: Mon, 07 May 2012 16:46:45 +0100 Message-ID: References: <4FA7F7810200007800082084@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FA7F7810200007800082084@nat28.tlf.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 , xen-devel List-Id: xen-devel@lists.xenproject.org On 07/05/2012 15:25, "Jan Beulich" wrote: > For xen.efi, this eliminates a pointless gap between .text and > .text.unlikely of almost 2Mb size. > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- a/xen/arch/x86/xen.lds.S > +++ b/xen/arch/x86/xen.lds.S > @@ -47,6 +47,8 @@ SECTIONS > .text : { > _stext = .; /* Text and read-only data */ > *(.text) > + *(.text.cold) > + *(.text.unlikely) > *(.fixup) > *(.gnu.warning) > _etext = .; /* End of text section */ > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel