about summary refs log tree commit diff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-05-24 16:24:49 -0700
committerH.J. Lu <hjl.tools@gmail.com>2024-05-24 16:24:49 -0700
commitcaed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30 (patch)
tree80fdf7281fd9fb23d181a7e77696aef84480bd8c /stdio-common/Makefile
parent23c60af6dcf0902c3c314ace34fd67a744cec76e (diff)
downloadglibc-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/Makefile1
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 \