mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
PR gas/2623b
* config/tc-msp430.c (line_separator_character): Define as |.
This commit is contained in:
@ -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>
|
2006-05-08 Thiemo Seufer <ths@mips.com>
|
||||||
Nigel Stephens <nigel@mips.com>
|
Nigel Stephens <nigel@mips.com>
|
||||||
David Ung <davidu@mips.com>
|
David Ung <davidu@mips.com>
|
||||||
|
@ -168,7 +168,7 @@ static struct hcodes_s msp430_hcodes[] =
|
|||||||
|
|
||||||
const char comment_chars[] = ";";
|
const char comment_chars[] = ";";
|
||||||
const char line_comment_chars[] = "#";
|
const char line_comment_chars[] = "#";
|
||||||
const char line_separator_chars[] = "";
|
const char line_separator_chars[] = "|";
|
||||||
const char EXP_CHARS[] = "eE";
|
const char EXP_CHARS[] = "eE";
|
||||||
const char FLT_CHARS[] = "dD";
|
const char FLT_CHARS[] = "dD";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user