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)
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>

No differences found