PR gas/2623
authorNick Clifton <nickc@redhat.com>
Wed, 28 Feb 2007 10:02:37 +0000 (10:02 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 28 Feb 2007 10:02:37 +0000 (10:02 +0000)
* config/tc-msp430.c (line_separator_char): Change to '{'.

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

index 3180f3bc386159281d2f51cb82d29ca12276fa3e..df1cafd561a972889f0e8ffef9e1034da63443ef 100644 (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.
index 6936a2a3172a54a67a4a143fda6e75632ad1c070..6bf21549d456c79ff3a00de182498d2e4d098640 100644 (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";
 
This page took 0.027166 seconds and 4 git commands to generate.