Remove semicolon from ARM comment chars list

This commit is contained in:
Nick Clifton 2001-10-18 21:06:03 +00:00
parent e5eeb0dd52
commit f57c81f6dd
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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'