summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-24 15:50:46 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-24 15:50:46 +0000
commit9d5e4beeedbaaee2e7c13ac95bde9bcf5ebc120f (patch)
treed4c002ab84ca748d31cf74fbc44c0f4959ded0e5
parent5703af0d346088c0852c4e67d5fb764c7b2650ca (diff)
downloadppe42-gcc-9d5e4beeedbaaee2e7c13ac95bde9bcf5ebc120f.tar.gz
ppe42-gcc-9d5e4beeedbaaee2e7c13ac95bde9bcf5ebc120f.zip
* config/sparc/sparc.h: Remove commented-out definitions of
TARGET_EDOM and GEN_ERRNO_RTX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78366 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sparc/sparc.h10
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 97217fc074a..24ba4c4c8a9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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
df_analyse with df_analyze.
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index 4e5235a9541..8de7c148643 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
OpenPOWER on IntegriCloud