Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucsd!helios.ee.lbl.gov!pasteur!pasteur.berkeley.edu!oliver From: oliver@karakorum.berkeley.edu (Oliver Sharp) Newsgroups: comp.sources.wanted Subject: Seeking a dynamic linker for 4.3bsd Message-ID: <25340@pasteur.Berkeley.EDU> Date: 30 May 90 22:51:15 GMT References: <205@fawlty.towers.oz> Sender: news@pasteur.Berkeley.EDU Reply-To: oliver@karakorum.berkeley.edu (Oliver Sharp) Organization: University of California at Berkeley Lines: 14 X-Local-Date: 30 May 90 15:51:15 PDT I'm about to add a dynamic linker to a programming environment running under 4.3bsd (among others). Before doing it from scratch, I thought I'd ask whether such a thing might already exist somewhere. What I want to do is: Given a list of existing entry points in the running binary, import an object file (*.o) or a ranlib'd library (lib*.a). Patch up any internal references, and get a list of external names supplied in the file(s) being loaded. So, any ideas? If not, I'll go ahead and do it myself ... Thanks in advance, - Oliver Sharp