On Tue, Jan 27, 2009 at 6:41 AM, Joern Rennecke <amyl...@spamcop.net> wrote: > > The remaining question is how to best get the information from the > compiler proper (cc1 / cc1plus etc) to the linker. > Should the compiler write a temporary file, which is then read by the > compiler driver to construct the link line? >
Some compiler generates a special linker script to be used by linker. It will be nice to have some way to specify the order of text and data sections without creating a new linker script. -- H.J.