]> gcc.gnu.org Git - gcc.git/commitdiff
(TARGET_EDOM, GEN_ERRNO_RTX): New macros.
authorRichard Stallman <rms@gnu.org>
Tue, 14 Jul 1992 03:20:35 +0000 (03:20 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 14 Jul 1992 03:20:35 +0000 (03:20 +0000)
From-SVN: r1584

gcc/config/sparc/sparc.h

index e43783180ac313042531231aa58d29a9725fde8b..74d8a821846495c546b817f1df414bc939f408d8 100644 (file)
@@ -1240,6 +1240,14 @@ extern struct rtx_def *legitimize_pic_address ();
    in one reasonably fast instruction.  */
 #define MOVE_MAX 8
 
+/* This is the value of the error code EDOM for this machine,
+   used by the sqrt instruction.  */
+#define TARGET_EDOM 33
+
+/* This is how to refer to the variable errno.  */
+#define GEN_ERRNO_RTX \
+  gen_rtx (MEM, SImode, gen_rtx (SYMBOL_REF, Pmode, "errno"))
+
 /* Define if normal loads of shorter-than-word items from memory clears
    the rest of the bigs in the register.  */
 #define BYTE_LOADS_ZERO_EXTEND
This page took 0.068551 seconds and 5 git commands to generate.