Skip to content

Commit 42a844c

Browse files
committedMay 20, 2017
Remove the bulk of the NaCl port.
The NaCl port has not been actively maintained since before the 2.25 release. The complementary GCC back-end was never contributed to GCC, and we are given to understand that the current NaCl SDK has switched to Clang and therefore cannot be used to build glibc anymore, so we doubt that the port remains useful. This commit simply removes the sysdeps/arm/nacl and sysdeps/nacl directories and the abi-tags entry. Remove the NaCl port. * abi-tags: Remove .*-.*-nacl.* entry. * sysdeps/arm/nacl: Remove directory and contents. * sysdeps/nacl: Likewise.
1 parent a429d2f commit 42a844c

File tree

152 files changed

+10
-8627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+10
-8627
lines changed
 

‎ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-05-20 Zack Weinberg <zackw@panix.com>
2+
3+
Remove the NaCl port.
4+
* sysdeps/arm/nacl: Remove directory and contents.
5+
* sysdeps/nacl: Remove directory and contents.
6+
* abi-tags: Remove .*-.*-nacl.* entry.
7+
18
2017-05-19 Rical Jasan <ricaljasan@pacific.net>
29

310
* manual/errno.texi: Convert @comment-based errno documentation to

‎NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Version 2.26
6363

6464
* The obsolete <sys/ultrasound.h> header file has been removed.
6565

66+
* The port to Native Client running on ARMv7-A (--host=arm-nacl) has been
67+
removed.
68+
6669
Security related changes:
6770

6871
* The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,

0 commit comments

Comments
 (0)
Please sign in to comment.