This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More on GCC Back Ends
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Mike <msg at msu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 25 Apr 2008 15:50:36 -0400
- Subject: Re: More on GCC Back Ends
- References: <48122C0B.4060901@msu.edu>
>>>>> Mike writes:
Mike> Is there a short list of steps to get a very minimal machine specific
Mike> back end going? Please point me to some better documents? :)
http://gcc.gnu.org/wiki/GettingStarted
http://www.cfdvs.iitb.ac.in/~amv/gcc-int-docs/
Most new backends start by copying an existing GCC backend for an
architecture with similar characteristics.
David