Brendon Costa <[EMAIL PROTECTED]> 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