From owner-freebsd-hackers Tue Dec 21 14:19:11 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 9632814F80; Tue, 21 Dec 1999 14:19:04 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id RAA22030; Tue, 21 Dec 1999 17:19:00 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id RAA30671; Tue, 21 Dec 1999 17:18:59 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id RAA04673; Tue, 21 Dec 1999 17:18:58 -0500 (EST) Date: Tue, 21 Dec 1999 17:18:58 -0500 (EST) From: Thomas David Rivers Message-Id: <199912212218.RAA04673@lakes.dignus.com> To: David.Quattlebaum@sas.com, jhb@FreeBSD.ORG Subject: RE: modifying an object file Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <5FA575D78630D3118B2E0090276DC89F01B59271@merc08.us.sas.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David - The man page for the ELF linker says: ld accepts Linker Command Language files to provide ex- plicit and total control over the linking process. This man page does not describe the command language; see the `ld' entry in `info', or the manual ld: the GNU linker , for full details on the command language and on other as- pects of the GNU linker. I'd bet there's something there that will let you rename your reference. On a 3.3 box, you can find the texi files in /usr/src/contrib/binutils/ld Just a possible place to look... - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message