m68k: teach modpost about .m68_fixup
authorAl Viro <[email protected]>
Fri, 20 Jul 2007 03:32:48 +0000 (04:32 +0100)
committerLinus Torvalds <[email protected]>
Fri, 20 Jul 2007 15:24:49 +0000 (08:24 -0700)
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/mod/modpost.c

index 04579a517900c8a53038b690de47ad9b2fb45139..5ab7914d30ef66f9d8880372ed47123a550ae168 100644 (file)
@@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name)
                ".plt",                 /* seen on ARCH=um build on x86_64. Harmless */
                ".smp_locks",
                ".stab",
+               ".m68k_fixup",
                NULL
        };
        /* Start of section names */