]> gcc.gnu.org Git - gcc.git/commitdiff
sparc.h: Remove commented-out definitions of TARGET_EDOM and GEN_ERRNO_RTX.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 24 Feb 2004 15:50:46 +0000 (15:50 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 24 Feb 2004 15:50:46 +0000 (15:50 +0000)
* config/sparc/sparc.h: Remove commented-out definitions of
TARGET_EDOM and GEN_ERRNO_RTX.

From-SVN: r78366

gcc/ChangeLog
gcc/config/sparc/sparc.h

index 97217fc074acac1b62838cfee32ccd4b7b441748..24ba4c4c8a92fd747d96e6459489ff20126897fd 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/sparc/sparc.h: Remove commented-out definitions of
+       TARGET_EDOM and GEN_ERRNO_RTX.
+
 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
 
        * df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
index 4e5235a954119a078e50a5235694596604fe9c7c..8de7c1486430bc90c42d8e2468b9638fd4b28283 100644 (file)
@@ -2197,16 +2197,6 @@ do {                                                                    \
    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
-
-/* 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 operations between registers always perform the operation
    on the full register even if a narrower mode is specified.  */
 #define WORD_REGISTER_OPERATIONS
This page took 0.075545 seconds and 5 git commands to generate.