From 0fb5a69e445e26c74103b56eaa7266f146dceacb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 6 Nov 1992 08:24:20 +0000 Subject: [PATCH] (TARGET_EDOM, GEN_ERRNO_RTX): Deleted. From-SVN: r2700 --- gcc/config/sparc/sparc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index f4c8b00..897b507 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1277,6 +1277,7 @@ extern struct rtx_def *legitimize_pic_address (); in one reasonably fast instruction. */ #define MOVE_MAX 8 +#if 0 /* Sun 4 has matherr, so this is no good. */ /* This is the value of the error code EDOM for this machine, used by the sqrt instruction. */ #define TARGET_EDOM 33 @@ -1284,6 +1285,7 @@ extern struct rtx_def *legitimize_pic_address (); /* This is how to refer to the variable errno. */ #define GEN_ERRNO_RTX \ gen_rtx (MEM, SImode, gen_rtx (SYMBOL_REF, Pmode, "errno")) +#endif /* 0 */ /* Define if normal loads of shorter-than-word items from memory clears the rest of the bigs in the register. */ -- 2.7.4