if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.
This commit is contained in:
parent
4440541abb
commit
8726b401d3
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: softfloat.h,v 1.6 2002/05/12 13:12:46 bjh21 Exp $ */
|
||||
/* $NetBSD: softfloat.h,v 1.7 2006/05/16 20:55:51 mrg Exp $ */
|
||||
|
||||
/* This is a derivative work. */
|
||||
|
||||
|
@ -70,7 +70,9 @@ typedef struct {
|
|||
Software IEC/IEEE floating-point underflow tininess-detection mode.
|
||||
-------------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SOFTFLOAT_FOR_GCC
|
||||
extern int float_detect_tininess;
|
||||
#endif
|
||||
enum {
|
||||
float_tininess_after_rounding = 0,
|
||||
float_tininess_before_rounding = 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: softfloat.h,v 1.1 2004/09/26 21:13:27 jmmv Exp $ */
|
||||
/* $NetBSD: softfloat.h,v 1.2 2006/05/16 20:55:51 mrg Exp $ */
|
||||
|
||||
/* This is a derivative work. */
|
||||
|
||||
|
@ -70,7 +70,9 @@ typedef struct {
|
|||
Software IEC/IEEE floating-point underflow tininess-detection mode.
|
||||
-------------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SOFTFLOAT_FOR_GCC
|
||||
extern int8 float_detect_tininess;
|
||||
#endif
|
||||
enum {
|
||||
float_tininess_after_rounding = 0,
|
||||
float_tininess_before_rounding = 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: softfloat.h,v 1.4 2002/05/29 15:58:03 eeh Exp $ */
|
||||
/* $NetBSD: softfloat.h,v 1.5 2006/05/16 20:55:51 mrg Exp $ */
|
||||
|
||||
/* This is a derivative work. */
|
||||
|
||||
|
@ -70,7 +70,9 @@ typedef struct {
|
|||
Software IEC/IEEE floating-point underflow tininess-detection mode.
|
||||
-------------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SOFTFLOAT_FOR_GCC
|
||||
extern int8 float_detect_tininess;
|
||||
#endif
|
||||
enum {
|
||||
float_tininess_after_rounding = 0,
|
||||
float_tininess_before_rounding = 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: softfloat.h,v 1.8 2003/08/21 02:12:33 uwe Exp $ */
|
||||
/* $NetBSD: softfloat.h,v 1.9 2006/05/16 20:55:51 mrg Exp $ */
|
||||
|
||||
/* This is a derivative work. */
|
||||
|
||||
|
@ -70,7 +70,9 @@ typedef struct {
|
|||
Software IEC/IEEE floating-point underflow tininess-detection mode.
|
||||
-------------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SOFTFLOAT_FOR_GCC
|
||||
extern int8 float_detect_tininess;
|
||||
#endif
|
||||
enum {
|
||||
float_tininess_after_rounding = 0,
|
||||
float_tininess_before_rounding = 1
|
||||
|
|
Loading…
Reference in New Issue