>>> On 02.09.16 at 13:47, <wei.l...@citrix.com> wrote:
> --- a/xen/arch/x86/xen.lds.S
> +++ b/xen/arch/x86/xen.lds.S
> @@ -205,6 +205,8 @@ SECTIONS
>         . = ALIGN(8);
>         __ctors_start = .;
>         *(.ctors)
> +       *(SORT(.init_array.*))
> +       *(.init_array)
>         __ctors_end = .;
>    } :text

Is the ordering meaningful? If so, a comment is warranted. If not,
elsewhere we have <section> precede <section>.* .

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to