summaryrefslogtreecommitdiff
path: root/gcc/config/pyr
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1993-01-22 20:08:29 +0000
committerTorbjorn Granlund <tege@gnu.org>1993-01-22 20:08:29 +0000
commit936b69b36b157111169cda773d7a52a0b337cce1 (patch)
treeff375c5c9a17ea34e3b8c5d7f6d8a4c38819c593 /gcc/config/pyr
parent2ccc7d7f45c3075900c7bf788ac8a86226faaff2 (diff)
downloadgcc-936b69b36b157111169cda773d7a52a0b337cce1.tar.gz
(SIZE_TYPE): Define.
(NO_DOLLAR_IN_LABEL): Define. From-SVN: r3302
Diffstat (limited to 'gcc/config/pyr')
-rw-r--r--gcc/config/pyr/pyr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h
index e066600cd17..0e1cd1fb4c8 100644
--- a/gcc/config/pyr/pyr.h
+++ b/gcc/config/pyr/pyr.h
@@ -90,6 +90,16 @@ extern int target_flags;
#define TARGET_DEFAULT (1 + 2)
#endif
+/* Make GCC agree with types.h. */
+#ifdef SIZE_TYPE
+#undef SIZE_TYPE
+#endif
+#define SIZE_TYPE "unsigned int"
+
+/* Assembler does not permit $ in labels */
+
+#define NO_DOLLAR_IN_LABEL
+
/* Never allow $ in identifiers */
#define DOLLARS_IN_IDENTIFIERS 0