This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: how can I add gcc backend code into GCC package


>>>>> liqin  writes:

liqin> How do you think about our patch for the S+core backend, Is there any 
liqin> troubles to let it into the GCC packages?

	The patch looks much better.  The two issues that I still notice
are: 

1) Use "\;" instead of "\\n" to separate multiple instructions in an
output template.

2) The port still provides its own fp-bit.c.  Some ports provide their own
hand-coded assembly routines, but not C versions for standard
functionality.  If the concern is performance, you should use the new
soft-fp functionality or, if the performance still is deficient, help
improve that common functionality.

Thanks, David


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