<p dir="ltr"><br>
><br>
> Size of RelocationSection is calculated in the<br>
> RelocationSection::finalize() method. Before this commit we called the<br>
> RelocationSection::getSize() method from the DynamicSection::writeTo()<br>
> method and so we could be sure that size of the RelocationSection is<br>
> calculated already. Now value of DT_PLTRELSZ depends on the order of<br>
> finalize() calls. If RelocationSection::finalize() is called after the<br>
> DynamicSection::finalize(), the DT_PLTRELSZ will be zero.</p>
<p dir="ltr">Is that happening on some testcase or would you just like to make the order more explicit?</p>
<p dir="ltr">Cheers,<br>
Rafael</p>