This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 v3 10/13] Skeleton documentation for the nds32 port


---
 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


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