[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] coverage: fix on ARM
>>> On 22.02.13 at 11:57, Ian Campbell <ian.campbell@xxxxxxxxxx> wrote: > --- a/xen/arch/arm/xen.lds.S > +++ b/xen/arch/arm/xen.lds.S > @@ -91,12 +91,10 @@ SECTIONS > *(.init.data.rel) > *(.init.data.rel.*) > > - . = ALIGN(4); > - __CTOR_LIST__ = .; > - LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2) > - *(.ctors) > - LONG(0) > - __CTOR_END__ = .; > + . = ALIGN(8); > + __ctors_start = .; > + *(.init_array) Is this renaming from .ctors to .init_array really intended (i.e. was using .ctors here wrong)? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |