From: Roland McGrath Date: Fri, 10 Aug 2007 23:03:11 +0000 (+1000) Subject: [POWERPC] Fix for assembler -g X-Git-Tag: v2.6.23-rc4~130^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a910a81d0c3014abc20b9efa73c595b3e68339;p=pandora-kernel.git [POWERPC] Fix for assembler -g ppc64 does the unusual thing of using #include on a compiler-generated assembly file (lparmap.s) from an assembly source file (head_64.S). This runs afoul of my recent patch to pass -gdwarf2 to the assembler under CONFIG_DEBUG_INFO. This patch avoids the problem by disabling DWARF generation (-g0) when producing lparmap.s. Signed-off-by: Roland McGrath Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed