diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-03 21:10:35 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-03 21:10:35 +0000 |
commit | da6029a69d9352ffc58932331d2a5e4859a25b41 (patch) | |
tree | c8c34c958f389a4d1a066ceb7ae9aed6efa4980e /gcc/config/sparc/sysv4.h | |
parent | 409f03b5141c4ad227140c5ef37aee2c64895b12 (diff) | |
download | gcc-da6029a69d9352ffc58932331d2a5e4859a25b41.tar.gz |
Include real.h.
(SET_ASM_OP): Undef it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sysv4.h')
-rw-r--r-- | gcc/config/sparc/sysv4.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |