Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/common No need to avoid long double on sparc64...



details:   https://anonhg.NetBSD.org/src/rev/1b506553fec8
branches:  trunk
changeset: 552135:1b506553fec8
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 19 16:37:59 2003 +0000

description:
No need to avoid long double on sparc64 any more.

diffstat:

 usr.bin/xlint/common/param.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r acaeacc6f452 -r 1b506553fec8 usr.bin/xlint/common/param.h
--- a/usr.bin/xlint/common/param.h      Fri Sep 19 16:35:31 2003 +0000
+++ b/usr.bin/xlint/common/param.h      Fri Sep 19 16:37:59 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.3 2002/06/13 23:00:16 wiz Exp $    */
+/*     $NetBSD: param.h,v 1.4 2003/09/19 16:37:59 martin Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -66,14 +66,7 @@
  */
 #define WCHAR  INT
 
-/*
- * And the sparc64 long double code generation is broken.
- */
-#if !defined(__sparc64__)
 typedef        long double ldbl_t;
-#else
-typedef        double  ldbl_t;
-#endif
 
 /*
  * Some traditional compilers are not able to assign structures.



Home | Main Index | Thread Index | Old Index