bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/2623] No line separator character is defined for msp430-gas


From: nickc at redhat dot com
Subject: [Bug gas/2623] No line separator character is defined for msp430-gas
Date: 8 May 2006 17:07:23 -0000

------- Additional Comments From nickc at redhat dot com  2006-05-08 17:07 
-------
Hi Corentin,

  Sorry - the colon character (:) is used - by the macro code.  See the file
gas/testsuite/gas/macros/vararg.s for an example of this, and an example of a
test that would fail if we applied the patch.

  The good news however is that the | character appears to be free.  So I am
going to apply this patch instead.

Cheers
  Nick

gas/ChangeLog
2006-05-08  Nick Clifton  <address@hidden>

        PR gas/2623
        * config/tc-msp430.c (line_separator_character): Define as |.

Index: gas/config/tc-msp430.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-msp430.c,v
retrieving revision 1.23
diff -c -3 -p -r1.23 tc-msp430.c
*** gas/config/tc-msp430.c      23 Apr 2006 22:12:43 -0000      1.23
--- gas/config/tc-msp430.c      8 May 2006 17:06:56 -0000
*************** static struct hcodes_s msp430_hcodes[] =
*** 168,174 ****
  
  const char comment_chars[] = ";";
  const char line_comment_chars[] = "#";
! const char line_separator_chars[] = "";
  const char EXP_CHARS[] = "eE";
  const char FLT_CHARS[] = "dD";
  
--- 168,174 ----
  
  const char comment_chars[] = ";";
  const char line_comment_chars[] = "#";
! const char line_separator_chars[] = "|";
  const char EXP_CHARS[] = "eE";
  const char FLT_CHARS[] = "dD";
  



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=2623

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]