Re: Smart linking under UNIX

rro@debussy.cs.colostate.edu (Rod Oldehoeft)
22 Aug 91 00:10:34 GMT

          From comp.compilers

Related articles
Smart linking under UNIX umh@vax5.cit.cornell.edu (1991-08-19)
Re: Smart linking under UNIX mengel@fnal.fnal.gov (Marc Mengel) (1991-08-19)
Re: Smart linking under UNIX schwartz@groucho.cs.psu.edu (1991-08-19)
Re: Smart linking under UNIX sef@kithrup.COM (1991-08-20)
Re: Smart linking under UNIX jones@pyrite.cs.uiowa.edu (1991-08-21)
Re: Smart linking under UNIX rro@debussy.cs.colostate.edu (1991-08-22)
Re: Smart linking under UNIX hyatt@cis.uab.edu (1991-08-22)
Re: Smart linking under UNIX henrik@tazdevil.llnl.gov (1991-08-22)
Re: Smart linking under UNIX henrik@tazdevil.llnl.gov (1991-08-22)
Re: Smart linking under UNIX weitek!ars@Sun.COM (1991-08-22)
Re: Smart linking under UNIX dalamb@umiacs.umd.edu (1991-08-23)
Re: Smart linking under UNIX pardo@gar.cs.washington.edu (1991-08-23)
[5 later articles]
| List of all articles for this month |

Newsgroups: comp.arch,comp.compilers
From: rro@debussy.cs.colostate.edu (Rod Oldehoeft)
Keywords: linker
Organization: Colorado State Computer Science Department
References: <1991Aug15.205912.6553@sono.uucp> <GLEW.91Aug16145002@pdx007.intel.com> 91-08-085
Date: 22 Aug 91 00:10:34 GMT

In article 91-08-085 umh@vax5.cit.cornell.edu writes:
>In article <GLEW.91Aug16145002@pdx007.intel.com>,
>...
>This brings up something I've wondered about. Why do "Standard Unix" linkers
>only include entire object files- ie every function inside the object file-
>rather than the "smart linking" which is standard on Macs and PCs where only
>the actual functions you use in a prticular object file are used?


Sorry, I cannot resist. Those of us old enough to have used lots of
computers before Unix existed remember when all {linkers|loaders|link-editors}
worked this way. The correct terminology is not "Unix linkers" vs.
"Smart linkers" but "Dumb linkers" vs. "Standard linkers." ;->
[Eh? The PDP-6 loader in the late 1960s certainly did it the dumb way. And
wasn't the 1965-vintage OS/360 link editor pretty dumb, too?]
--


Post a followup to this message

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