OSDN Git Service

Include real.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 1992 21:10:35 +0000 (21:10 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 1992 21:10:35 +0000 (21:10 +0000)
(SET_ASM_OP): Undef it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1411 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sysv4.h

index d685c92..7bb01e4 100644 (file)
@@ -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.  */