From f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 18 Oct 2001 21:06:03 +0000 Subject: Remove semicolon from ARM comment chars list --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-arm.c') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index adac558..c674995 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -117,7 +117,7 @@ static boolean pic_code = false; /* This array holds the chars that always start a comment. If the pre-processor is disabled, these aren't very useful. */ -const char comment_chars[] = "@;"; +const char comment_chars[] = "@"; /* This array holds the chars that only start a comment at the beginning of a line. If the line seems to have the form '# 123 filename' -- cgit v1.1