|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86: merge .text.* into .text while linking
On 07/05/2012 15:25, "Jan Beulich" <JBeulich@xxxxxxxx> wrote:
> For xen.efi, this eliminates a pointless gap between .text and
> .text.unlikely of almost 2Mb size.
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Keir Fraser <keir@xxxxxxx>
> --- 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@xxxxxxxxxxxxx
> http://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |