mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
Remove semicolon from ARM comment chars list
This commit is contained in:
parent
e5eeb0dd52
commit
f57c81f6dd
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user