On Mon, Jul 15, 2013 at 11:05 AM, Jan Hubicka <hubi...@ucw.cz> wrote:

> The next thing is how to tell GNU LD/Gold the relative order of functions.
> I.e. my_function_section.order.125 or something like that?

Gold has a --section-ordering-file option that lets you specify the
order in which sections should appear in the executable.  Sections not
listed there follow the default rules.

Ian

Reply via email to