(line_comment_chars): Include the # character as otherwise this breaks
#APP/#NO_APP processing.
This commit is contained in:
parent
d3d5c68681
commit
406a7f05f4
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user