]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] Fix building of COFF zImages
authorPaul Mackerras <paulus@samba.org>
Thu, 7 Jun 2007 12:21:31 +0000 (22:21 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 7 Jun 2007 12:21:31 +0000 (22:21 +1000)
commitf40e524eaec9697d1515564fd5b961d839d2dc4f
treedb98d629375d71db8e65b8d79efb4a2d783d1e37
parent87873c86802ba7ff9d9550d06459a6e99d72c5eb
[POWERPC] Fix building of COFF zImages

The COFF zImage (for booting oldworld powermacs) wasn't being built
correctly because the procedure descriptor in crt0.S for the zImage
entry point wasn't declared as .globl, and therefore wasn't getting
pulled in from wrapper.a by the linker.  This adds the necessary
.globl statement.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/crt0.S