Re: Making a new cross-compile target: where to begin?

2005-10-19 Thread Jonathan Bastien-Filiatrault
ocumented in the code itself. The best way to learn how it works, in my opinion, is to get a good code cross-reference tool. The files you mostly want to look at are in gcc/config in a build tree. [snip] > Thanks for your help. > > James Buchanan > Good luck and have fun, Jonathan Bastien-Filiatrault

GCC port for the TI TMS320C5{4,5}x

2005-06-13 Thread Jonathan Bastien-Filiatrault
understand at this point, we need somebody who is willing to act as a mentor to this project, at least long enough to get it off the ground. Any help/advice is welcome, Cheers, Jonathan Bastien-Filiatrault signature.asc Description: OpenPGP digital signature

GCC Porting advice needed

2005-05-16 Thread Jonathan Bastien-Filiatrault
Hi list, We are currently making a port for the TMS320C54x, I have some questions on how to implement certain operations. Most arithmetic operations on this machine are affected by flags which control how the operations do sign-extension and overflow. These are called the "SXM" and "OVM" flags res

C54x port: some general technical questions

2005-04-29 Thread Jonathan Bastien-Filiatrault
Hello every one, Me and Brian Richter are in the early development stage of the TI C54x DSP port of GCC. We have some technical/project management questions. I'll keep it short, so here it is: * How do we officially become maintainers of this port ? We are presently in the process of filling ou