aboutsummaryrefslogtreecommitdiff
path: root/gas
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
parente5eeb0dd52e7b4239859d92a30efe4d6a0fb874e (diff)
downloadgdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.zip
gdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.tar.gz
gdb-f57c81f6dd0c15990b255b1ef5ac5ff5c836d2aa.tar.bz2
Remove semicolon from ARM comment chars list
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-arm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a1c3d3c..b3b081e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
+ added to the list.
+
2001-10-18 Hans-Peter Nilsson <hp@bitrange.com>
* write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
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'