summaryrefslogtreecommitdiff
path: root/gas/config/tc-iq2000.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-03 13:03:48 +0000
committerNick Clifton <nickc@redhat.com>2005-03-03 13:03:48 +0000
commit520b3f4dff36620d4c7c9b34587233b0373960aa (patch)
tree94e42774e12b0b903831cae4ae4655ab6dbd92b0 /gas/config/tc-iq2000.c
parent3b35e37e572577582a6d61dfd9e3333e7281eefe (diff)
downloadbinutils-redhat-520b3f4dff36620d4c7c9b34587233b0373960aa.tar.gz
(line_comment_chars): Include the # character as otherwise this breaks
#APP/#NO_APP processing.
Diffstat (limited to 'gas/config/tc-iq2000.c')
-rw-r--r--gas/config/tc-iq2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c
index c56df075f4..11319098d4 100644
--- a/gas/config/tc-iq2000.c
+++ b/gas/config/tc-iq2000.c
@@ -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";