aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-18 21:06:03 +0000
committerNick Clifton <nickc@redhat.com>2001-10-18 21:06:03 +0000
commitf57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa (patch)
tree07abf083f1266414234dc437afef27c2f404ef26 /gas/config/tc-arm.c
parente5eeb0dd52e7b4239859d92a30efe4d6a0fb874e (diff)
downloadgdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.zip
gdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.tar.gz
gdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.tar.bz2
Remove semicolon from ARM comment chars list
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r--gas/config/tc-arm.c2
1 files changed, 1 insertions, 1 deletions
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'