aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/xm-pbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sparc/xm-pbd.h')
-rw-r--r--gcc/config/sparc/xm-pbd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/config/sparc/xm-pbd.h b/gcc/config/sparc/xm-pbd.h
deleted file mode 100644
index dad9fdc6b34..00000000000
--- a/gcc/config/sparc/xm-pbd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Host environment for the tti "Unicom" PBB 68020 boards */
-
-#include "sparc/xm-sparc.h"
-
-#define USG
-#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)
-
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-#endif
-