From: Randy Dunlap Date: Wed, 13 Dec 2006 08:33:57 +0000 (-0800) Subject: [PATCH] Fix section mismatch in parainstructions X-Git-Tag: v2.6.20-rc1~129 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=acd19499e9724615d720b29c74be6b218ce765c6;p=linux-2.6-omap-h63xx.git [PATCH] Fix section mismatch in parainstructions Section .parainstructions should not warn about section mismatches. WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exit.text: from .parainstructions after '' (at offset 0x0) WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exit.text: from .parainstructions after '' (at offset 0x8) Signed-off-by: Randy Dunlap Cc: Andi Kleen Acked-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index ac0a5822299..15ab5d02e80 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -997,6 +997,7 @@ static int exit_section_ref_ok(const char *name) "__bug_table", /* used by powerpc for BUG() */ ".exitcall.exit", ".eh_frame", + ".parainstructions", ".stab", "__ex_table", ".fixup",