This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 3/5] New target port: Andes 'nds32'. (gas)


Hi Kuan-Lin,

  There are a few problems with this patch:

  1.  There is no addition to the assembler documentation.

I would like to see a gas/doc/c-nds32.texi file which includes documentation for the NDS32 specific command line options, pseudo-ops
and synthetic instructions.


  2.  There is no testsuite.

There ought to be a gas/testsuite/gas/nds32 directory containing at least one test, (but preferably a lot more), that checks the assembly of NDS32 instructions.


  3.  There is no NEWS announcement.

The file gas/NEWS should be patched to include a sentance announcing the additon of support for the NDS32.


  4.  The use of the PTR macro is deprecated.

      Please replace all uses of the PTR macro with "void *".


Cheers
  Nick


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