This is the mail archive of the gcc-help@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 to new core


Balaji S <sivanbalaji@acmet.com> writes:

> I am working on porting gcc to a core with the following characteristics:
> 1. Orthogonal and irregular (as ix86) byte register set
> 2. Pipelined RISC with blocking loads and no delay slots
> 3. Can load/store byte/half word/word/double word memory into register(s)
> 4. Segmented memory
> 
> does anybody know/guide/point the reference architecture already ported with similar characteristics.

I think this question is more appropriate for gcc dot gnu dot org.


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