commit | 019fca84e7c4b94817abc77df9081ba208fcc46a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Aug 12 16:54:47 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 12 09:51:35 2010 -0700 |
tree | 2b14e8b170f0e7ad38b93ab4b5c52f8c8d8fb1ca | |
parent | 3ad001c04f1ad21b87a7648450b53e7f04194f2a [diff] |
MN10300: Permit .GCC-command-line sections Permit .GCC-command-line sections in modules. Otherwise modpost says things like: WARNING: drivers/mtd/chips/map_ram.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: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>