From: Roman Zippel Date: Wed, 22 Aug 2007 21:01:33 +0000 (-0700) Subject: m68k: Dont include RODATA into text segment X-Git-Tag: v2.6.23-rc4~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6d9daf567310aa4d7cfc07fc48fe35296ecf7b;p=pandora-kernel.git m68k: Dont include RODATA into text segment Don't include RODATA into text segment as it includes the kallsyms data and can cause spurious link failures (layout differences can change the number of symbols in kallsyms, i.e. when a symbol is equal to _etext it's not included). Signed-off-by: Roman Zippel Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed