]> gcc.gnu.org Git - gcc.git/commitdiff
(SIZE_TYPE): Define.
authorTorbjorn Granlund <tege@gnu.org>
Fri, 22 Jan 1993 20:08:29 +0000 (20:08 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Fri, 22 Jan 1993 20:08:29 +0000 (20:08 +0000)
(NO_DOLLAR_IN_LABEL): Define.

From-SVN: r3302

gcc/config/pyr/pyr.h

index e066600cd17e1afab37cb9c15275dfa00ded3d9a..0e1cd1fb4c8e46f1998abb44111f540b4075ef1f 100644 (file)
@@ -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
This page took 0.068833 seconds and 5 git commands to generate.