(TARGET_EDOM, GEN_ERRNO_RTX): Deleted.
authorRichard Stallman <rms@gnu.org>
Fri, 6 Nov 1992 08:24:20 +0000 (08:24 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 6 Nov 1992 08:24:20 +0000 (08:24 +0000)
From-SVN: r2700

gcc/config/sparc/sparc.h

index f4c8b001488a9d11a6a5bc14d85661c21334441d..897b5079fc138bc88ebc7ad90ccbb98ff5c60b05 100644 (file)
@@ -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.  */