PR gas/2623

* config/tc-msp430.c (line_separator_char): Change to '{'.
This commit is contained in:
Nick Clifton 2007-02-28 10:02:37 +00:00
parent b125d98ba8
commit 870074ddae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-02-28 Nick Clifton <nickc@redhat.com>
PR gas/2623
* config/tc-msp430.c (line_separator_char): Change to '{'.
2007-02-27 Alan Modra <amodra@bigpond.net.au>
* config/tc-m68hc11.c (fixup24): Correct fixup size.

View File

@ -166,7 +166,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";