Where does ppc define __start___ksymtab?
Geert Uytterhoeven
geert at linux-m68k.org
Thu Aug 3 06:18:08 EST 2000
On Tue, 1 Aug 2000, Keith Owens wrote:
> Please cc: kaos at ocs.com.au on replies, I am not on this list.
>
> I have been trying to find where ppc defines __start___ksymtab and
> __stop___ksymtab symbols. These delimit the __ksymtab entries for
> module symbols. On every other architecture that supports modules,
> arch/xxx/vmlinux.lds contains lines like this
>
> __start___ksymtab = .; /* Kernel symbol table */
> __ksymtab : { *(__ksymtab) }
> __stop___ksymtab = .;
>
> I can find no equivalent lines for ppc in a stock 2.4.0-test5 source
> tree yet ppc obviously defines them somewhere. But where?
I'm no gcc linkscript expert, but doesn't the absence of __ksymtab stuff in
vmlinux.lds simply mean that gcc can put stuff for section __ksymtab wherever
it wants in the final object file?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list