Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fc53bae3d5940f1b123afa5ad082359b1a376be
Commit:     6fc53bae3d5940f1b123afa5ad082359b1a376be
Parent:     1d8af559f9ffd6847856f74658e501ed7ded9f01
Author:     Sam Ravnborg <[EMAIL PROTECTED]>
AuthorDate: Sat Jun 2 21:29:20 2007 +0200
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 23:24:47 2007 +0200

    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 <[EMAIL PROTECTED]>
---
 scripts/mod/modpost.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 1ef7875..7f5ff7e 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1214,7 +1214,6 @@ static int exit_section_ref_ok(const char *name)
                ".exit.data",
                ".exit.text",
                ".exitcall.exit",
-               ".init.text",
                ".rodata",
                NULL
        };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to