diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-05-24 16:24:49 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-05-24 16:24:49 -0700 |
commit | caed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30 (patch) | |
tree | 80fdf7281fd9fb23d181a7e77696aef84480bd8c /stdio-common/Makefile | |
parent | 23c60af6dcf0902c3c314ace34fd67a744cec76e (diff) | |
download | glibc-caed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30.tar.gz glibc-caed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30.tar.xz glibc-caed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30.zip |
Revert "Test fscanf of long double without <stdio.h>"
This reverts commit 30a745450e01e4c6f484dc691c16a54a6ea72288. On ppc64le, without <stdio.h>, vfscanf is used and with <stdio.h> __isoc23_vfscanfieee128 is used. I am reverting this since it doesn't work on all targets.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 274bece0a2..6bc972af1a 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -193,7 +193,6 @@ tests := \ scanf18 \ scanf19 \ temptest \ - test-fscanf \ test-fseek \ test-fwrite \ test-popen \ |