I have a question with regards to the procedure call standard. Is
it possible to override the C procedure call standard for single
functions?

        Its probably not the best way of going about things but I'm
participating in a C implimentation of a micro-kernel who's syscalls in
general have more then 4 arguments and return more then one. Its important
to avoid copying. The ABI defines which registers are what and that all
registers less the user SP are undefined after the syscall except where
they are allocated for results from the syscall. 
        Thats probably not very clear but if anyone can help or suggest
something please let me know

        Thanks in advance, Adam

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to