Skip to content
Commit f40e524e authored by Paul Mackerras's avatar Paul Mackerras
Browse files

[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: default avatarPaul Mackerras <paulus@samba.org>
parent 87873c86
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment