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]

Re: Re porting to new architecture


> 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.


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