diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-24 15:50:46 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-24 15:50:46 +0000 |
commit | 7e26b0e3658e2afb8db19a4de4e382b9fc0991a0 (patch) | |
tree | d4c002ab84ca748d31cf74fbc44c0f4959ded0e5 /gcc/config | |
parent | b57f2e100c55c5c5bd099574b72566314ab8be98 (diff) | |
download | gcc-7e26b0e3658e2afb8db19a4de4e382b9fc0991a0.zip gcc-7e26b0e3658e2afb8db19a4de4e382b9fc0991a0.tar.gz gcc-7e26b0e3658e2afb8db19a4de4e382b9fc0991a0.tar.bz2 |
sparc.h: Remove commented-out definitions of TARGET_EDOM and GEN_ERRNO_RTX.
* config/sparc/sparc.h: Remove commented-out definitions of
TARGET_EDOM and GEN_ERRNO_RTX.
From-SVN: r78366
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sparc/sparc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 4e5235a..8de7c14 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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 |