Re: [PATCH] Remove unneeded symbols from System.map

2000-09-23 Thread Keith Owens
On Sat, 23 Sep 2000 20:08:25 +0200, Daniel Phillips <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> Please do not apply. The size of System.map is almost irrelevant. >> Having the __kstrtab_ and __ksymtab_ symbols in the map helps when >> debugging EXPORT_SYMBOL problems. I expect that other

Re: [PATCH] Remove unneeded symbols from System.map

2000-09-23 Thread Daniel Phillips
Keith Owens wrote: > > Brian Gerst <[EMAIL PROTECTED]> wrote: > >Currently, System.map contains a significant number of automatically > >generated symbols. These symbols are unnecessary for debugging since > >they represent individual elements of the exported symbol and PCI device > >tables, yet

Re: [PATCH] Remove unneeded symbols from System.map

2000-09-21 Thread Keith Owens
On Thu, 21 Sep 2000 19:49:59 -0400, Brian Gerst <[EMAIL PROTECTED]> wrote: >Currently, System.map contains a significant number of automatically >generated symbols. These symbols are unnecessary for debugging since >they represent individual elements of the exported symbol and PCI device >tables

[PATCH] Remove unneeded symbols from System.map

2000-09-21 Thread Brian Gerst
Currently, System.map contains a significant number of automatically generated symbols. These symbols are unnecessary for debugging since they represent individual elements of the exported symbol and PCI device tables, yet represent about 60% of the symbols in System.map. This patch adds a filte