This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v3 10/13] Skeleton documentation for the nds32 port
- From: Vincent Chen <vincentc at andestech dot com>
- To: <libc-alpha at sourceware dot org>, <joseph at codesourcery dot com>
- Cc: <deanbo422 at gmail dot com>, <cnoize at andestech dot com>, Vincent Chen <vincentc at andestech dot com>
- Date: Thu, 14 Jun 2018 15:22:53 +0800
- Subject: [PATCH v3 10/13] Skeleton documentation for the nds32 port
- References: <1528960976-10934-1-git-send-email-vincentc@andestech.com>
---
NEWS | 4 ++++
README | 1 +
2 files changed, 5 insertions(+)
diff --git a/NEWS b/NEWS
index e2a6f45..a988e46 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ Major new features:
NI_IDN_ALLOW_UNASSIGNED, NI_IDN_USE_STD3_ASCII_RULES) have been
deprecated. They no longer have any effect.
+* Support for the Andes nds32 ISA running on Linux has been added. This port
+ requires at least linux-4.17. Only one ABI, andes v3 with little endian, is
+ supported at present.
+
Deprecated and removed features, and other changes affecting compatibility:
* The nonstandard header files <libio.h> and <_G_config.h> are no longer
diff --git a/README b/README
index 27a9fd4..a6ff5b0 100644
--- a/README
+++ b/README
@@ -29,6 +29,7 @@ The GNU C Library supports these configurations for using Linux kernels:
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
ia64-*-linux-gnu
+ nds32le-linux-gnu
m68k-*-linux-gnu
microblaze*-*-linux-gnu
mips-*-linux-gnu
--
2.7.4