PR gas/2623b
* config/tc-msp430.c (line_separator_character): Define as |.
This commit is contained in:
parent
e16bfa71a1
commit
2fd0d2ac07
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue