forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.)
- Loading branch information
1 parent
0bb8f8c
commit 6b33f37
Showing
5 changed files
with
46 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2019-05-29 Florian Weimer <[email protected]> | ||
|
||
arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support. | ||
* sysdeps/unix/sysv/linux/arm/Makefile | ||
[$(subdir) == misc] (sysdep_headers): Remove sys/io.h. | ||
* sysdeps/unix/sysv/linux/arm/sys/io.h: Remove file. | ||
* sysdeps/unix/sysv/linux/arm/ioperm.c: Rewrite file. | ||
(ioperm, iopl, inb, inw, inl, outb, outw, outl): Turn into | ||
compatibility symbols. | ||
|
||
2019-05-31 Florian Weimer <[email protected]> | ||
|
||
* sysdeps/unix/sysv/linux/syscall-names.list: Add oddly named | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.