(line_comment_chars): Include the # character as otherwise this breaks

#APP/#NO_APP processing.
This commit is contained in:
Nick Clifton 2005-03-03 13:03:48 +00:00
parent d3d5c68681
commit 406a7f05f4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-03-03 Nick Clifton <nickc@redhat.com>
* config/tc-iq2000.c (line_comment_chars): Include the # character
as otherwise this breaks #APP/#NO_APP processing.
2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
* config/tc-arc.c(md_assemble): Remove dead code for handling

View File

@ -55,7 +55,7 @@ typedef struct
iq2000_insn;
const char comment_chars[] = "#";
const char line_comment_chars[] = "";
const char line_comment_chars[] = "#";
const char line_separator_chars[] = ";";
const char EXP_CHARS[] = "eE";
const char FLT_CHARS[] = "dD";