aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-03 21:10:35 +0000
committerRichard Stallman <rms@gnu.org>1992-07-03 21:10:35 +0000
commited4938723df83b6bd8c0d425f5e6bf626b1e0432 (patch)
treec8c34c958f389a4d1a066ceb7ae9aed6efa4980e
parent197a1140989197b8ae4bb523f1bc6a709c2c483b (diff)
downloadgcc-ed4938723df83b6bd8c0d425f5e6bf626b1e0432.zip
gcc-ed4938723df83b6bd8c0d425f5e6bf626b1e0432.tar.gz
gcc-ed4938723df83b6bd8c0d425f5e6bf626b1e0432.tar.bz2
Include real.h.
(SET_ASM_OP): Undef it. From-SVN: r1411
-rw-r--r--gcc/config/sparc/sysv4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h
index d685c92..7bb01e4 100644
--- a/gcc/config/sparc/sysv4.h
+++ b/gcc/config/sparc/sysv4.h
@@ -20,6 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sparc.h"
+#include "real.h"
/* Undefine some symbols which are defined in "sparc.h" but which are
appropriate only for SunOS 4.x, and not for svr4. */
@@ -46,6 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef STRING_ASM_OP
#undef COMMON_ASM_OP
#undef SKIP_ASM_OP
+#undef SET_ASM_OP /* Has no equivalent. See ASM_OUTPUT_DEF below. */
/* Provide a set of pre-definitions and pre-assertions appropriate for
the Sparc running svr4. __svr4__ is our extension. */