From: Richard Stallman Date: Fri, 3 Jul 1992 21:10:35 +0000 (+0000) Subject: Include real.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed4938723df83b6bd8c0d425f5e6bf626b1e0432;p=gcc.git Include real.h. (SET_ASM_OP): Undef it. From-SVN: r1411 --- diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index d685c92130b..7bb01e49e58 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. */