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: [PATCH 5/6] Andes nds32: documentation for nds32 target.


On 7/12/13 1:35 AM, Chung-Ju Wu wrote:
On 7/10/13 8:11 AM, Joseph S. Myers wrote:
Don't you have built-in functions to document as well?


You are right.
We did forget to describe built-in functions in the documentation.
Thanks for pointing out our carelessness. :)

Use "@:" (or a comma) after "i.e." in Texinfo sources.  The range "16-47"
should use an en dash (so "16--47").


Fixed accordingly.

Thanks for the review comments.  A revised patch is provided
and the issues you mentioned are fixed:
   a. Describe nds32 built-in functions.
   b. Use "@:" and "16--47"


Because we have replaced -misa= with -march= option,
we have another revised patch for documentation.

A revised patch is provided and here is a summary:

  1. Replace -misa= with -march= option.


gcc/
2013-07-24  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* doc/invoke.texi (NDS32 options): Document nds32 specific options.
	* doc/md.texi (NDS32 family): Document nds32 specific constraints.
	* doc/install.texi (Cross-Compiler-Specific Options): Document
	--with-nds32-lib for nds32 target.
	* doc/extend.texi (Function Attributes): Document nds32 specific
	attributes.


Best regards,
jasonwucj

Attachment: 5-nds32-documentation.v2.patch
Description: Text document


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