commit | 3d904eef54fd145e2ae5fadb52d2c39bc49339ae | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Tue Oct 18 17:42:41 2005 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 20 09:43:34 2005 +1000 |
tree | 08c783f78f353aa54f5edee4542d0d6daabdfc6e | |
parent | b15125fa81a522882247242e569bc7035e28cc82 [diff] |
[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 <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>