PR gas/2623b

* config/tc-msp430.c (line_separator_character): Define as |.
This commit is contained in:
Nick Clifton 2006-05-08 17:08:34 +00:00
parent e16bfa71a1
commit 2fd0d2ac07
2 changed files with 6 additions and 1 deletions

View 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>

View 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";