OSDN Git Service

(line_comment_chars): Include the # character as otherwise this breaks
authornickc <nickc>
Thu, 3 Mar 2005 13:03:44 +0000 (13:03 +0000)
committernickc <nickc>
Thu, 3 Mar 2005 13:03:44 +0000 (13:03 +0000)
#APP/#NO_APP processing.

gas/ChangeLog
gas/config/tc-iq2000.c

index 8de9f44..b1592b2 100644 (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
index c56df07..1131909 100644 (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";