diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-05-29 16:53:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-06-01 13:33:49 +0200 |
commit | 6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1 (patch) | |
tree | b54f8d8a950381af8a5d25b929f23bdba79a48ac /NEWS | |
parent | 0bb8f8c791862a4ff38a584af23bbb5bf3f90acd (diff) | |
download | glibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.tar.gz glibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.tar.xz glibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.zip |
arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support
Linux only supports the required ISA sysctls on StrongARM devices, which are armv4 and no longer tested during glibc development and probably bit-rotted by this point. (No reported test results, and the last discussion of armv4 support was in the glibc 2.19 release notes.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS index c885b960ca..31ead24851 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,9 @@ Deprecated and removed features, and other changes affecting compatibility: configurations) has been removed, following the deprecation of this subarchitecture in version 8 of GCC, and its removal in version 9. +* On 32-bit Arm, support for the port-based I/O emulation and the <sys/io.h> + header have been removed. + Changes to build and runtime requirements: * GCC 6.2 or later is required to build the GNU C Library. |