Commit 936b69b3 by Torbjorn Granlund

(SIZE_TYPE): Define.

(NO_DOLLAR_IN_LABEL): Define.

From-SVN: r3302
parent 2ccc7d7f
...@@ -90,6 +90,16 @@ extern int target_flags; ...@@ -90,6 +90,16 @@ extern int target_flags;
#define TARGET_DEFAULT (1 + 2) #define TARGET_DEFAULT (1 + 2)
#endif #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 */ /* Never allow $ in identifiers */
#define DOLLARS_IN_IDENTIFIERS 0 #define DOLLARS_IN_IDENTIFIERS 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment