[Qemu-devel] [patch] Byte swapping bug in arm semihosting

2005-08-13 Thread Paul Brook
The patch below fixes a duplicate byte swap in the arm semihosting implementation. ARG(x) already does the endian correction. Paul Index: linux-user//arm-semi.c === RCS file: /cvsroot/qemu/qemu/linux-user/arm-semi.c,v retrieving

[Qemu-devel] [patch] Incorrect AUX vector entries

2005-08-13 Thread Paul Brook
The DLINFO AUX vector setup code in elfload.c has a typo in the entry for AT_EGID (11 should be 10). The smallest fix would be to just correct this typo. However I can't see any reason for the nr argument to NEW_AUX_ENT. The attached patch removes it, and includes the stack adjustment in