ld

"Benoit d'Udekem" <bdudekem@hotmail.com>
26 Dec 1996 14:10:18 -0500

          From comp.compilers

Related articles
ld bdudekem@hotmail.com (Benoit d'Udekem) (1996-12-26)
ld shoran@allaire.com (Seth Horan) (1999-11-16)
| List of all articles for this month |

From: "Benoit d'Udekem" <bdudekem@hotmail.com>
Newsgroups: comp.compilers
Date: 26 Dec 1996 14:10:18 -0500
Organization: Compilers Central
Keywords: linker, question

Hi,


I'm looking for literature about the ld (Unix) linker.
I'd like to understand the algorithm on which that linker is based.


Can someone help me ?


Thanks in advance,


Benoit d'Udekem
Computer Engineering Student - Belgium
bdudekem@hotmail.com
[All the Unix linkers I've seen have been conventional two-pass linkers.
They make one pass over the input to find all the module sizes and symbol
values, then a second pass to do the relocating and symbol resolution and
create the output module. -John]


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.