From 406a7f05f4c15ff9139c25ec0b4f8050d3113e5f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 3 Mar 2005 13:03:48 +0000 Subject: [PATCH] (line_comment_chars): Include the # character as otherwise this breaks #APP/#NO_APP processing. --- gas/ChangeLog | 5 +++++ gas/config/tc-iq2000.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8de9f44caf5..b1592b22e90 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-03-03 Nick Clifton + + * config/tc-iq2000.c (line_comment_chars): Include the # character + as otherwise this breaks #APP/#NO_APP processing. + 2005-03-03 Ramana Radhakrishnan * config/tc-arc.c(md_assemble): Remove dead code for handling diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index c56df075f4a..11319098d44 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"; -- 2.30.2