Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/x86_64/gdtoa Add ld formats for the unit-tests.



details:   https://anonhg.NetBSD.org/src/rev/359206b9b0e3
branches:  trunk
changeset: 763466:359206b9b0e3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 20 23:16:07 2011 +0000

description:
Add ld formats for the unit-tests.

diffstat:

 lib/libc/arch/x86_64/gdtoa/gd_qnan.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7d6b3bd14e15 -r 359206b9b0e3 lib/libc/arch/x86_64/gdtoa/gd_qnan.h
--- a/lib/libc/arch/x86_64/gdtoa/gd_qnan.h      Sun Mar 20 23:15:35 2011 +0000
+++ b/lib/libc/arch/x86_64/gdtoa/gd_qnan.h      Sun Mar 20 23:16:07 2011 +0000
@@ -1,8 +1,12 @@
-/* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
+/* $NetBSD: gd_qnan.h,v 1.2 2011/03/20 23:16:07 christos Exp $ */
 
 #define f_QNAN 0x7fc00000
 #define d_QNAN0 0x0
 #define d_QNAN1 0x7ff80000
+#define ld_QNAN0 0x0
+#define ld_QNAN1 0xc0000000
+#define ld_QNAN2 0x7fff
+#define ld_QNAN3 0x0
 #define ldus_QNAN0 0x0
 #define ldus_QNAN1 0x0
 #define ldus_QNAN2 0x0



Home | Main Index | Thread Index | Old Index