Re: [Xen-devel] [PATCH v2 2/4] gcov: collect more sections to constructor list

2016-09-06 Thread Jan Beulich
>>> On 06.09.16 at 14:41, wrote: > The version of gcc (4.9.2) I use put constructors into .init_array* > section(s). Collect those sections into constructor list as well. > > Modify both arm and x86 scripts to keep them in sync. > > Signed-off-by: Wei Liu > Acked-by: Julien Grall Acked-by: Ja

[Xen-devel] [PATCH v2 2/4] gcov: collect more sections to constructor list

2016-09-06 Thread Wei Liu
The version of gcc (4.9.2) I use put constructors into .init_array* section(s). Collect those sections into constructor list as well. Modify both arm and x86 scripts to keep them in sync. Signed-off-by: Wei Liu Acked-by: Julien Grall --- v2: move .init_arry before .init_array.* Cc: Stefano Sta