aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-06 08:24:20 +0000
committerRichard Stallman <rms@gnu.org>1992-11-06 08:24:20 +0000
commit0fb5a69e445e26c74103b56eaa7266f146dceacb (patch)
tree41d5332747f3f938624fdeecb463be3e25af7c62 /gcc
parentb94301c2cb2b936ef25fd861e63bba94ee3268e2 (diff)
downloadgcc-0fb5a69e445e26c74103b56eaa7266f146dceacb.zip
gcc-0fb5a69e445e26c74103b56eaa7266f146dceacb.tar.gz
gcc-0fb5a69e445e26c74103b56eaa7266f146dceacb.tar.bz2
(TARGET_EDOM, GEN_ERRNO_RTX): Deleted.
From-SVN: r2700
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index f4c8b00..897b507 100644
--- a/gcc/config/sparc/sparc.h
+++ b/gcc/config/sparc/sparc.h
@@ -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. */