Don't treat `;' as a line separator by default.
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index f93e372e968e79f7c57a2bce31df4e8d36ae3bba..cdfe5365cddaa05941489a0b4ed9b90340a1f788 100644 (file)
@@ -357,7 +357,7 @@ const char comment_chars[] = "#";
 const char line_comment_chars[] = "#";
 
 /* This array holds machine specific line separator characters. */
-const char line_separator_chars[] = "";
+const char line_separator_chars[] = ";";
 
 /* Chars that can be used to separate mant from exp in floating point nums */
 const char EXP_CHARS[] = "eE";
This page took 0.028193 seconds and 4 git commands to generate.