From: Richard Stallman Date: Fri, 6 Nov 1992 08:24:20 +0000 (+0000) Subject: (TARGET_EDOM, GEN_ERRNO_RTX): Deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fb5a69e445e26c74103b56eaa7266f146dceacb;p=gcc.git (TARGET_EDOM, GEN_ERRNO_RTX): Deleted. From-SVN: r2700 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index f4c8b001488..897b5079fc1 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. */