From: Nick Clifton Date: Fri, 19 Oct 2001 10:53:19 +0000 (+0000) Subject: Restore line_comment_chars after a SNAFU. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da89cce1af92fe49e4c85eeb478aa8ab6d8d41ce;p=binutils-gdb.git Restore line_comment_chars after a SNAFU. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index b3b081e0518..3f1c03cc865 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-10-19 Nick Clifton + + * config/tc-arm.c: Restore line_comment_chars. + 2001-10-18 Nick Clifton * config/tc-arm.c (comment_chars): Remove semi-colon accidentally diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index c6749958e4e..c9bb6e0cb7f 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -128,7 +128,7 @@ const char comment_chars[] = "@"; /* Also note that comments like this one will always work. */ const char line_comment_chars[] = "#"; -const char line_separator_chars[] = "|"; +const char line_separator_chars[] = ";"; /* Chars that can be used to separate mant from exp in floating point numbers. */