[Qemu-devel] qemu-arm: Make commandline args available to semihosting

2006-10-23 Thread Wolfgang Schildbach
Hello list, This patch implements the semihosting call to retrieve command line arguments from the host environment. Without this patch, neither arm-non-eabi-gcc compiled executables (which use semihosting) nor ARM-compiler compiled executables can read command line arguments. It works for

[Qemu-devel] qemu-arm: Make commandline args available to semihosting

2006-06-27 Thread Wolfgang Schildbach
Hello list, ARM ADS/RVCT compiler generated executables by default use semihosting to communicate with the host, including retrieval of a commandline. The semihosting implementation up to now did not implement this functionality; this patch adds the SYS_GET_CMDLINE semihosting call, such that