New file.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 24 Oct 1993 00:23:09 +0000 (17:23 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 24 Oct 1993 00:23:09 +0000 (17:23 -0700)
From-SVN: r5872

gcc/config/mips/xm-iris5.h [new file with mode: 0644]

diff --git a/gcc/config/mips/xm-iris5.h b/gcc/config/mips/xm-iris5.h
new file mode 100644 (file)
index 0000000..72387b2
--- /dev/null
@@ -0,0 +1,9 @@
+#include "mips/xm-mips.h"
+
+#define USG
+#define HAVE_VPRINTF
+
+#define bcopy(a,b,c) memcpy (b,a,c)
+#define bzero(a,b) memset (a,0,b)
+#define bcmp(a,b,c) memcmp (a,b,c)
+