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 2/6] Andes nds32: machine description of nds32 porting (3).


On 7/24/13 11:52 PM, Chung-Ju Wu wrote:

A revised patch is provided and here is a summary:

   1. Add GPLv3+exception copyright and license notice in nds32_intrinsic.h.
   2. Using only one t-mlibs is enough.
   3. Remove nds32-isa-v2.h, nds32-isa-v3.h, and nds32-isa-v3m.h.
   4. Add nds32-opts.h included by nds32.opt.


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

     * config/nds32/constants.md: New file.
     * config/nds32/constraints.md: New file.
     * config/nds32/iterators.md: New file.
     * config/nds32/nds32.doubleword.md: New file.
     * config/nds32/nds32.intrinsic.md: New file.
     * config/nds32/nds32_intrinsic.h: New file.
     * config/nds32/nds32-modes.def: New file.
     * config/nds32/nds32.multiple.md: New file.
     * config/nds32/nds32.opt: New file.
     * config/nds32/nds32-opts.h: New file.
     * config/nds32/nds32-protos.h: New file.
     * config/nds32/nds32.peephole2.md: New file.
     * config/nds32/pipelines.md: New file.
     * config/nds32/predicates.md: New file.
     * config/nds32/t-mlibs: New file.

Best regards,
jasonwucj


According to the summary of the revised patch on:
  http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01138.html

we used form-feeds (Control-L character) to separate logical sections
and we need to modify it accordingly in this patch.

So we created another revised patch and here is a summary.
The new modification is listed as item 5:

  1. Add GPLv3+exception copyright and license notice in nds32_intrinsic.h.
  2. Using only one t-mlibs is enough.
  3. Remove nds32-isa-v2.h, nds32-isa-v3.h, and nds32-isa-v3m.h.
  4. Add nds32-opts.h included by nds32.opt.
  5. Use form-feeds (Control-L character) to separate logical sections.

Thanks again for your review.


Best regards,
jasonwucj


Attachment: 2-nds32-backend-md-part3.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]