This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: porting gcc/binutils


Hi Michael,

first, thanks for your detailed instructions

<snip>

> If your target is a regular target like a RISC platform, the CGEN system
> can be used to simplify building the instruction tables:
> http://sourceware.org/cgen/
> 
<snip>

I have already stumbled over cgen on the net and skimmed the manual. I
have noticed that it uses RTL CPU descriptions, I hope this code can be
reused for gcc machine description file.

<snip>

> If you intend to have the port contributed to the FSF, be sure you start
> your paperwork early.  If you are being paid for the work, you will need
> signatures from the appropriate corporate officers to verify that you
> are legally allowed to contribute the code.  If you are doing this in
> your spare time, make sure you know what your legal status is for code
> that you write.
> 
<snip>

I'd be happy to contribute to the FSF, so thanks for reminding me on the
legal stuff. But, since all the tools are under GPL, should't the
company be obliged to make the code public, i.e. fall under GPL
automatically ?


Andrija


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