This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: machine description for ARM7
- To: "warmice" <warmice at sina dot com>
- Subject: Re: machine description for ARM7
- From: Nick Clifton <nickc at redhat dot com>
- Date: 12 Mar 2001 14:22:33 -0800
- Cc: "gcc" <gcc at gcc dot gnu dot org>
- References: <003101c0aa26$b4bdf140$dc086aca@zhangtao>
Hi
> Where can I get tm.h, tm.c and machine description file(md) for
> ARM7? I need it as a basis to do my porting work. May someone send
> me a copy of these files?
You can find them in the gcc sources. Have a look at the files
gcc/config/arm/*. You can find the GCC sources on the web:
http://gcc.gnu.org/
Cheers
Nick