diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-03 18:38:46 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-28 22:21:27 +0200 |
commit | 7e0d315da842379f077fc61dca72460fb0e9263e (patch) | |
tree | 252f9f59a4b17e807b33979c51ecdff86a07720c /stdio-common/Makefile | |
parent | 6d5c57fabd1a97b110b00e59fd52f50ce5bbb1a3 (diff) | |
download | glibc-7e0d315da842379f077fc61dca72460fb0e9263e.tar.gz glibc-7e0d315da842379f077fc61dca72460fb0e9263e.tar.xz glibc-7e0d315da842379f077fc61dca72460fb0e9263e.zip |
Fix formatting of denormal IBM long double numbers
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 8cf6335bb5..7519bc1a24 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -56,7 +56,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ - bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide + bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 test-srcs = tst-unbputc tst-printf |