From owner-freebsd-hackers Fri Nov 12 10:18:43 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id DCB5E14FFC for ; Fri, 12 Nov 1999 10:18:23 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id LAA16618 for ; Fri, 12 Nov 1999 11:18:18 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA19728; Fri, 12 Nov 1999 11:18:18 -0700 Date: Fri, 12 Nov 1999 11:18:18 -0700 Message-Id: <199911121818.LAA19728@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: hackers@FreeBSD.org Subject: Determining (after the fact) if a routine was compiled as PIC? X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a way to look at a compiled file to see if it was compiled as PIC? I've got some .o files that I don't have source code to, but before I throw them into a shlib, I need to know if they are legal to put into one? Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message