Re: question about linker

2005-09-09 Thread DJ Delorie
> Is 'ld' a part of gcc toolchain? See http://sources.redhat.com/binutils/ >6617 char *s = find_a_file (&exec_prefixes, "collect2", X_OK, 0); collect2 is a wrapper around ld which invokes ld twice if needed - once to gather information, and a second time with an additional object it g

Re: question about linker

2005-09-09 Thread Eric Christopher
On Sep 9, 2005, at 10:28 AM, sean yang wrote: Hi I am looking for the source code related to linking stage--coz I am trying to modify (very slightly) the linker. I understand that 'ld' is the linker in Linux. My question is: Is 'ld' a part of gcc toolchain? --If it is, I should be able to