![]() | |||||||||||||
Messages in this thread |
Chris Wright <chrisw@osdl.org> wrote: > > > It doesn't do modules, and hence requires a prior allyesconfig. I think it > > would be better to do: > > > > find . -name '*.o' | xargs objdump -d | perl scripts/checkstack.pl i386 > > > > but that produces slightly screwy output and, for some reason, duplicated > > output: > > maybe from the .o and .mod.o? Well find . -name '*.o' -a -not -name '*.mod.o' would fix that up but the dupes are coming from the intermediate .o files which the build system prepares. sound/core/snd.o contains sound/core/snd-pcm.o contains sound/core/pcm_native.o. hmm. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:03 [from the cache] ©2003-2008 | |||||||||||||