From owner-cvs-usrbin Tue Sep 24 03:01:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA19701 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 03:01:50 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18785; Tue, 24 Sep 1996 02:59:50 -0700 (PDT) Date: Tue, 24 Sep 1996 02:59:50 -0700 (PDT) From: Peter Wemm Message-Id: <199609240959.CAA18785@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nm nm.1 nm.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. Revision Changes Path 1.4 +8 -2 src/usr.bin/nm/nm.1 1.8 +29 -7 src/usr.bin/nm/nm.c