diff options
Diffstat (limited to 'gitlab/issues_text/target_s390x/host_missing/accel_TCG/1248')
| -rw-r--r-- | gitlab/issues_text/target_s390x/host_missing/accel_TCG/1248 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gitlab/issues_text/target_s390x/host_missing/accel_TCG/1248 b/gitlab/issues_text/target_s390x/host_missing/accel_TCG/1248 deleted file mode 100644 index 2e06819a6..000000000 --- a/gitlab/issues_text/target_s390x/host_missing/accel_TCG/1248 +++ /dev/null @@ -1,11 +0,0 @@ -s390x: glibc widestring algorithms broken -Description of problem: -Several wide-string functions from glibc are broken und qemu user emulation. -Affected are at least: `wcsbrk()`, `wcsspn()` and `wcscspn()`. All of these are implemented in optimized assembler in glibc. - -Unfortunately I don't have access to the real hardware to check the behavior there. But it would probably been detected by now. -Also I don't know which instructions exactly don't work, as I don't have any knowledge about s390x assembler. -Steps to reproduce: -1. Compile the test program above -2. Run the program -3. Output is `0`, should be `1`. |