kbuild: warn about references from .init.text to .exit.text
authorSam Ravnborg <sam@ravnborg.org>
Sat, 2 Jun 2007 19:29:20 +0000 (21:29 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 16 Jul 2007 21:24:47 +0000 (23:24 +0200)
commit6fc53bae3d5940f1b123afa5ad082359b1a376be
tree59a45339311e041265819a1e1b3f47a00c0afba8
parent1d8af559f9ffd6847856f74658e501ed7ded9f01
kbuild: warn about references from .init.text to .exit.text

The .exit.text section may be discarded either at build or at runtime.
So let modpost warn if this situation is detected.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c