Re: [q] no line info for __init functions?

Kev (klmitch@mit.edu)
Thu, 01 Apr 1999 19:08:17 EST


> I noticed that if I compile the kernel with -g I cannot use the "list"
> command on functions like start_kernel(), sched_init() and many others. By
> looking at what is common amongst them I noticed that they are either
> __init or __initfunc.
>
> So, the question is - why is this and can it be avoided somehow (via ld
> scripts or ld(1) switches?). The gcc is 2.7.2.3, ld is 2.9.1.

the 'why' is "Because they aren't there anymore." The 'how to
avoid' is to remove the declarations.

-- 
Kevin L. Mitchell <klmitch@mit.edu>
-------------------------  -. .---- --.. ..- -..-  --------------------------
http://web.mit.edu/klmitch/www/               (PGP keys availiable from here)
    RSA AE87D37D/1024:  DE EA 1E 99 3F 2B F9 23  A0 D8 05 E0 6F BA B9 D2
    DSS ED0DB34E/1024: D9BF 0E74 FDCB 43F5 C597  878F 9455 EC24 ED0D B34E
    DH  2A2C31D4/2048: 1A77 4BA5 9E32 14AE 87DA  9FEC 7106 FC62 2A2C 31D4

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/