Re: A more accurate System.map, including modules
Gerd Knorr (kraxel@goldbach.isdn.cs.tu-berlin.de)
Sun, 21 Sep 1997 22:55:16 +0200
In article <19970921172651.15582.qmail@mail.ocs.com.au>, you wrote:
>ftp://ftp.ocs.com.au/make_System_map.pl.gz (3.5K) builds a more
>accurate map from your existing System.map, the information from
>/proc/ksyms and your modules directories.
Why don't you use insmod's -m switch to get the module symbols?
A small wrapper script for insmod does a quite good job here.
Gerd
--
Never check for a error condition you don't know how to handle.