Skip to content

Commit

Permalink
Remove the bulk of the NaCl port.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zackw committed May 20, 2017
1 parent a429d2f commit 42a844c
Show file tree
Hide file tree
Showing 152 changed files with 10 additions and 8,627 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017-05-20 Zack Weinberg <zackw@panix.com>

Remove the NaCl port.
* sysdeps/arm/nacl: Remove directory and contents.
* sysdeps/nacl: Remove directory and contents.
* abi-tags: Remove .*-.*-nacl.* entry.

2017-05-19 Rical Jasan <ricaljasan@pacific.net>

* manual/errno.texi: Convert @comment-based errno documentation to
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Version 2.26

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

* The port to Native Client running on ARMv7-A (--host=arm-nacl) has been
removed.

Security related changes:

* The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,
Expand Down
2 changes: 0 additions & 2 deletions abi-tags
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@

.*-.*-syllable.* 5 2.0.0 # just an arbitrary value

.*-.*-nacl.* 6 42.0.0 # earliest compatible Chromium version

# There is no catch-all default here because every supported OS that uses
# ELF must have its own unique ABI tag.
2 changes: 0 additions & 2 deletions sysdeps/arm/nacl/Implies

This file was deleted.

33 changes: 0 additions & 33 deletions sysdeps/arm/nacl/Makefile

This file was deleted.

47 changes: 0 additions & 47 deletions sysdeps/arm/nacl/____longjmp_chk.S

This file was deleted.

44 changes: 0 additions & 44 deletions sysdeps/arm/nacl/aeabi_read_tp.S

This file was deleted.

43 changes: 0 additions & 43 deletions sysdeps/arm/nacl/arm-features.h

This file was deleted.

53 changes: 0 additions & 53 deletions sysdeps/arm/nacl/dl-machine.h

This file was deleted.

Loading

0 comments on commit 42a844c

Please sign in to comment.