* mips/mips.h (ASM_COMMENT_START): Change from "\t\t#" to " #".
From-SVN: r11997
This commit is contained in:
parent
2096c147c7
commit
4baed42f6d
@ -3821,11 +3821,11 @@ while (0)
|
||||
#define ASM_OPEN_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
|
||||
#define ASM_COMMENT_START "\t\t# "
|
||||
#define ASM_COMMENT_START " #"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for
|
||||
|
Loading…
Reference in New Issue
Block a user