NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-mips/57680: printf("%.1f") shows wrong resultsonR3000mipseb



The following reply was made to PR port-mips/57680; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
Cc: gnats-bugs%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-mips/57680: printf("%.1f") shows wrong resultsonR3000mipseb
Date: Mon, 6 Nov 2023 17:13:28 +0000

 And a couple more things that might help:
 
 nm /lib/libc.a \
 | awk '
 	/:$/		{ file = $1; next }
 	/f.getround/	{ if (file) print file; file = 0; print }
 '
 
 nm /lib/libm.a \
 | awk '
 	/:$/		{ file = $1; next }
 	/f.getround/	{ if (file) print file; file = 0; print }
 '
 


Home | Main Index | Thread Index | Old Index