From: Kumar Gala Date: Tue, 18 Oct 2005 22:42:41 +0000 (-0500) Subject: [PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32 X-Git-Tag: v2.6.15-rc1~59^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d904eef54fd145e2ae5fadb52d2c39bc49339ae;p=pandora-kernel.git [PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32 The _GLOBAL() macro is for text symbols only. Changed to using .globl for .data symbols. This is also needed in ppc32 land to allow FSL Book-E, 40x, and 44x to work. Signed-off-by: Kumar K. Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed