[PATCH] powerpc: replace use of _GLOBAL with .globl
authorKumar Gala <galak@freescale.com>
Wed, 12 Oct 2005 04:54:00 +0000 (23:54 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 17 Oct 2005 11:43:12 +0000 (21:43 +1000)
The _GLOBAL() macro is for text symbols only. Changed to using
.globl for .data symbols.

Signed-off-by: Kumar K. Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found