This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Re porting to new architecture
- To: dhinamba at yahoo dot com, gcc at gcc dot gnu dot org
- Subject: Re: Re porting to new architecture
- From: mike stump <mrs at windriver dot com>
- Date: Mon, 16 Jul 2001 14:49:15 -0700 (PDT)
> Date: Sun, 15 Jul 2001 00:57:53 -0700 (PDT)
> From: dhinakaran <dhinamba@yahoo.com>
> To: gcc@gcc.gnu.org
> If I want to port the Gcc to a new architecture, Where should I
> start first seeing in the code
If you meant, where should you first start sending in the code, you
can send to to the place described in:
http://gcc.gnu.org/contribute.html
> and what are manuals to read. Is there any machine dependent file
> as such
Yes, there is. find . -name \*sparc\* -print will show you an example
set of files that are used for the sparc port.
> or could u tell me the files which I should modify.
[ playful tone ] Have you finished reading the 500+ page manual we
wrote for you that describes this in detail? :-)
http://gcc.gnu.org/onlinedocs/gcc.html
> Should I know all lines of code of gcc before porting.
No. You can if you want however.