Wu Zhangjin wrote:
From: Wu Zhangjin <wuzhangjin@xxxxxxxxx>
[...]
.comm .heap,BOOT_HEAP_SIZE,4 .comm .stack,4096*2,4 + .set reorder
I feel a little ambivalent about the '.set reorder'.Since it is at the end of the file, you could omit it. If you think you will add more things around it, you could put a '.set push' at the top and then use '.set pop' here. Or you could leave it as is.
David Daney