]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit480e1b53bea63edb9fafde0b70845a952206ffb6
treeeb25a7b81a186bcf0fb2f8ad73aa35fdbfe3f229
parent1f9aa5560a25a8599fa4df9a641d0e4a196e49cf
modpost: Permit .GCC.command.line sections

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