Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site pecnos.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!hjuxa!petsd!pecnos!law From: law@pecnos.UUCP (Steve Law) Newsgroups: net.lang.c,net.unix Subject: Re: Creating functions in data space Message-ID: <156@pecnos.UUCP> Date: Fri, 21-Mar-86 10:45:17 EST Article-I.D.: pecnos.156 Posted: Fri Mar 21 10:45:17 1986 Date-Received: Sat, 22-Mar-86 22:16:22 EST References: <728@petsd.UUCP> <200@daab.UUCP> Organization: Concurrent Computer Corp. Lines: 20 Xref: watmath net.lang.c:8216 net.unix:7447 In article <200@daab.UUCP> Lars Hammarstrand writes: > In article <728@petsd.UUCP> law@petsd.UUCP writes: > >>UNIX System V link editor (ld) allows one to put functions in the .data > etc, etc ..... > > GOOD, but now the rest of the world wonder where you can read more about it!!?? COFF and COFF-based link editor (ld) are being used in both UNIX and UNIX/RTR systems. Most of the COFF and ld features (e.g., ifile) can be found in the COFF section and the LINK EDITOR section of UNIX System V Release 2.0 Support Tool Guide This document can be purphased from AT&T. Since UNIX/RTR exercises more features of COFF and ld than UNIX, additional features them can be found in one of the UNIX/RTR user's manuals. I don't know the exact volume number. They used to be in volume 3 of the old user's manuals. Steve Law