From owner-cvs-usrbin Tue Sep 24 03:17:57 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25710 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 03:17:57 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA25658; Tue, 24 Sep 1996 03:17:47 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id SAA20887; Tue, 24 Sep 1996 18:17:38 +0800 (WST) Message-Id: <199609241017.SAA20887@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/nm nm.1 nm.c In-reply-to: Your message of "Tue, 24 Sep 1996 02:59:50 MST." <199609240959.CAA18785@freefall.freebsd.org> Date: Tue, 24 Sep 1996 18:17:38 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 96/09/24 02:59:48 > > Modified: usr.bin/nm nm.1 nm.c > Log: > Rudimentry support for viewing weak symbols. There are two types that > this deals with, the N_INDR indirect symbols done with .stabs operations, > and those done with .weak that have an extra field in n_other. This is work-in-progress, I have nearly finished stealing the NetBSD support for .weak in gas and ld. The current holdup is that our rtld is very different to theirs now due to the massive speedups John Polstra did, and neither support BIND_WEAK resolution on shared objects. gas is pretty much complete, as is ld, once I've figured out which bits to not attempt to merge. Cheers, -Peter