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]

[PATCH 0/5] New target port: Andes 'nds32'. (Introduction)


Hi, binutils reviewers and developers,

A few months ago, we sent patches and got comments from Joseph S. Myers:
  https://sourceware.org/ml/binutils/2013-07/msg00121.html
in which he suggested us to replace everything in the port generated from CGEN.

Much appreciate his suggestion and we also thought that is a good idea.
So we did our best to rewrite our port without using CGEN and
now we are ready to send all patches again.

On behalf of Andes Technology Corporation, we send this patch series
for a binutils
port to ‘nds32’ which is a new high-performance/low-power 32-bit RISC processor.
We have already singed FSF agreement and are proposing Wei-Cheng Wang and
myself (Kuan-Lin Chen), both of Andes toolchain engineers, as nds32
port maintainers:

diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS
index 3ea3685..a1acb06 100644
--- a/binutils/MAINTAINERS
+++ b/binutils/MAINTAINERS
@@ -109,6 +109,8 @@ responsibility among the other maintainers.
   MN10300         Alexandre Oliva <aoliva@redhat.com>
   Moxie           Anthony Green <green@moxielogic.com>
   MSP430          Dmitry Diky <diwil@spec.ru>
+  NDS32           Kuan-Lin Chen <kuanlinchentw@gmail.com>
+  NDS32           Wei-Cheng Wang <cole945@gmail.com>
   NetBSD support  Matt Thomas <matt@netbsd.org>
   Nios II         Sandra Loosemore <sandra@codesourcery.com>
   Nios II         Andrew Jenner <andrew@codesourcery.com>

There are 5 patches in this series as follows:
   [1] - bfd + include
   [2] - opcodes
   [3] - gas
   [4] - ld
   [5] - binutils

Thanks for your time to review our patches.

-- 
Best regards,
Kuan-Lin Chen.
kuanlinchentw@gmail.com


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