Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: era@niwot.ucar.edu (Ed Arnold) Newsgroups: comp.sys.sun Subject: sparc compiler behavior/nroff driver tables Keywords: SunOS Message-ID: <159@brazos.Rice.edu> Date: 13 Jul 89 21:39:07 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 12 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 72, message 13 of 14 A while back, I submitted a question to this group about a problem with making nroff driver tables on sun-4s. It turns out that there is a trick to doing this on sun-4s, which is: cc -c tab.c ld -N -Tdata 0 tab.o; mv a.out tab.o This has the effect of moving the relocation info from the special section at the end of a sparc binary, into the data segment. Ed Arnold era@ncar.ucar.edu