PR gas/2623b
authorNick Clifton <nickc@redhat.com>
Mon, 8 May 2006 17:08:34 +0000 (17:08 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 May 2006 17:08:34 +0000 (17:08 +0000)
* config/tc-msp430.c (line_separator_character): Define as |.

gas/ChangeLog
gas/config/tc-msp430.c

index 83ccf2668234408847b0c9d61ee839726f73724d..942cbf7630ff56800b86cd321d1e9e23adf9d941 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-08  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/2623
+       * config/tc-msp430.c (line_separator_character): Define as |.
+
 2006-05-08  Thiemo Seufer  <ths@mips.com>
             Nigel Stephens  <nigel@mips.com>
             David Ung  <davidu@mips.com>
index 43094cae4cfb2f436b8700c26457cc4c0712a6db..4abf10e3c2d4fc9dbbb46cf4b697548778616c18 100644 (file)
@@ -168,7 +168,7 @@ static struct hcodes_s msp430_hcodes[] =
 
 const char comment_chars[] = ";";
 const char line_comment_chars[] = "#";
-const char line_separator_chars[] = "";
+const char line_separator_chars[] = "|";
 const char EXP_CHARS[] = "eE";
 const char FLT_CHARS[] = "dD";