This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please help get me started...


>  Sorry, I haven't been clear here.  What matters is the calling convention
>used to make syscalls into the OS, and the frame layout and argument
>passing behaviour that it expects.  If these match standard linux

The only bit of gcc that cares about system call conventions is the 
divide-by-zero trap.  You can probably afford to gloss over that in the early 
stages of a port.  All the mechanics of system calls happens in libc.

p.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]