On 4/12/06, Aharon Robbins <[EMAIL PROTECTED]> wrote: > How hard would it be to teach kenc to generate .s files and use > the system assembler/loader? Or are there calling convention > issuees as well?
that would probably mean merging the compiler and the linker :) and yes there are calling convention issues as well. read the Ken Thompson paper about the compiler (in the distribution). PS. someone was trying some time ago to teach gcc generate native plan9 object file format. did this get any result ? Thanks.
