C++ Frontend and combining files

Ian Lance Taylor iant@google.com
Tue Oct 3 00:50:00 GMT 2006


Brendon Costa <bcosta@avdat.com.au> writes:

> Then GCC (SOMEWHERE I CANT SEEM TO FIND THIS PART OF THE CODE) links
> these objects by calling ld with /tmp/foo1.o and /tmp/foo2.o combining
> these into: blah

It's done in the driver, gcc.c.  Look for link_command_spec.

Ian



More information about the Gcc mailing list