Date: Tue, 24 Sep 1996 18:17:38 +0800 From: Peter Wemm <peter@spinner.DIALix.COM> To: Peter Wemm <peter@freefall.freebsd.org> 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 Message-ID: <199609241017.SAA20887@spinner.DIALix.COM> In-Reply-To: Your message of "Tue, 24 Sep 1996 02:59:50 MST." <199609240959.CAA18785@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609241017.SAA20887>