On Sat, Jan 01, 2005 at 02:59:19PM +1100, Keith Owens wrote: > This corner case only occurs with CONFIG_KALLSYMS_ALL=n. That is the > only time that we drop symbols outside the ranges _stext ... _etext and > _sinittext ... _einittext. For CONFIG_KALLSYMS_ALL=n, we want the > _etext and _einittext labels, but not any other symbols that have the > same numeric value as _etext or _einittext. > > Paul, please test this patch. Build with CONFIG_KALLSYMS_ALL=n and > CONFIG_KALLSYMS_EXTRA_PASS=n. > Works fine for me, thanks.