Mail Archives: djgpp-workers/1998/01/11/14:12:34
> Note that the patch doesn't align on a 8-byte boundary, only on a
> 4-byte one. So it is not meant to make the DJGPP stack compatible
> with align-double.
The patch that was sent in was for 4-bytes, but I made it 8-bytes in
the alpha, since I already knew about the pgcc issue.
http://www.delorie.com/djgpp/dl/ofc/simtel/v2/.alphas/980101/djlsr202.zip/src/libc/crt0/crt0.s
movw %ds, %dx /* set stack */
movw %dx, %ss
>>> andb $0xf8, %eax /* align to 8-byte boundary */
movl %eax, %esp
- Raw text -