Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!spool.mu.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.internals Subject: Re: Fundamental defect of the concept of shared libraries Keywords: ISC i386 shared libraries Message-ID: <7991@auspex.auspex.com> Date: 23 May 91 18:15:19 GMT References: <7916@auspex.auspex.com> <215@titccy.cc.titech.ac.jp> <1991May22.063425.26144@kithrup.COM> Organization: Auspex Systems, Santa Clara Lines: 7 >Guess what: we can now do PC-relative references. Yes, but the "jal" in question isn't necessarily position-independent. Of course, you can do a BGEZAL with register 0, instead of a JAL, which *is* position-independent. presumably preserves the incoming value of $31, right?