[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/5] gcov: collect more sections to constructor list
On Fri, Sep 02, 2016 at 05:58:43AM -0600, Jan Beulich wrote: > >>> On 02.09.16 at 13:47, <wei.liu2@xxxxxxxxxx> 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>.* . > I don't think the order matters. I will swap the position of the two entries. Wei. > Jan > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |