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]

Re: question about RTL


  In message <3808B417.243EE45D@t-online.de>you write:
  > microprocessor. So to explain it in another way: we shall try to program
  > another backend for the gcc, if it is possible.
It's certainly possible.  GCC supports at least two dozen different
architectures.

  > Transfer Language. Our Question to you is:
  > Do you think that it is possible to use the RTL-Code to solve our
  > problem ?
Yes.

  > We've also read in this document that it is possible to expand the GCC
  > for new machine types by the machine description files. But we think,
  > that this way is to dfficult for us.
This is by far the easiest way to add a new port to gcc; write a backend
machine description.


jeff



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