Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

linker - force data order

0 views
Skip to first unread message

qfel

unread,
Feb 22, 2006, 1:29:52 PM2/22/06
to
I can merge sections into one, but how can I reorder data inside them so
some struct is at the end of file (say I have int global variable, and I
want it to appear at the end of file, after import data directory and other
stuff)?

Andy Walldorff

unread,
Feb 23, 2006, 7:24:19 AM2/23/06
to

"qfel" <q_...@aster.pl> wrote in message
news:dtiaj1$hv3$1...@inews.gazeta.pl...

You might want to see if the #pragma init_seq, or other directive will help.


qfel

unread,
Feb 25, 2006, 11:00:27 AM2/25/06
to
> You might want to see if the #pragma init_seq, or other directive will
> help.
Nope, I want to force data order in final, merged section (I merge code and
data along with import/export directories data).

0 new messages