Date: Sun, 18 Nov 2007 00:23:31 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c linker_if.m src/sys/sys linker.h Message-ID: <200711180023.lAI0NVrP050237@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2007-11-18 00:23:31 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c linker_if.m sys/sys linker.h Log: Add a function to list symbols in a file and their values at the same time rather than having to list the symbols and then go back and look each one up by name. Revision Changes Path 1.152 +10 -0 src/sys/kern/kern_linker.c 1.7 +11 -0 src/sys/kern/linker_if.m 1.48 +8 -0 src/sys/sys/linker.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711180023.lAI0NVrP050237>