• P
    [POWERPC] Fix building of COFF zImages · f40e524e
    Paul Mackerras 提交于
    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: NPaul Mackerras <paulus@samba.org>
    f40e524e
crt0.S 1.9 KB