Commit 4baed42f by Doug Evans

* mips/mips.h (ASM_COMMENT_START): Change from "\t\t#" to " #".

From-SVN: r11997
parent 2096c147
...@@ -3821,11 +3821,11 @@ while (0) ...@@ -3821,11 +3821,11 @@ while (0)
#define ASM_OPEN_PAREN "(" #define ASM_OPEN_PAREN "("
#define ASM_CLOSE_PAREN ")" #define ASM_CLOSE_PAREN ")"
/* How to start an assembler comment. */ /* How to start an assembler comment.
The leading space is important (the mips native assembler requires it). */
#ifndef ASM_COMMENT_START #ifndef ASM_COMMENT_START
#define ASM_COMMENT_START "\t\t# " #define ASM_COMMENT_START " #"
#endif #endif
/* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for /* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for
......
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