[PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32
authorKumar Gala <galak@freescale.com>
Tue, 18 Oct 2005 22:42:41 +0000 (17:42 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 23:43:34 +0000 (09:43 +1000)
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 <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found