]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
modpost: Permit .GCC.command.line sections
authorJonathan Kliegman <kliegs@chromium.org>
Thu, 4 Oct 2012 20:32:19 +0000 (16:32 -0400)
committerMichal Marek <mmarek@suse.cz>
Thu, 11 Oct 2012 20:36:15 +0000 (22:36 +0200)
Allow .GCC.command.line sections in modules to prevent modpost warnings:
WARNING: sound/usb/snd-usbmidi-lib.o (.GCC.command.line): unexpected non-allocatable section.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example <linux/init.h> contains
section definitions for use in .S files.

Signed-off-by: Jonathan Kliegman <kliegs@chromium.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/mod/modpost.c

index 68e9f5ed0a6f31fc414be51e7289573dc112145f..cd5803c647fda023d0ea7ba1ca0393dbb71ac111 100644 (file)
@@ -821,6 +821,7 @@ static const char *section_white_list[] =
        ".debug*",
        ".zdebug*",             /* Compressed debug sections. */
        ".GCC-command-line",    /* mn10300 */
+       ".GCC.command.line",    /* record-gcc-switches, non mn10300 */
        ".mdebug*",        /* alpha, score, mips etc. */
        ".pdr",            /* alpha, score, mips etc. */
        ".stab*",