bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/2971] Slash-star comments don't work for some x86 targets


From: caffer at cs dot ucc dot ie
Subject: [Bug gas/2971] Slash-star comments don't work for some x86 targets
Date: 9 Aug 2006 00:14:45 -0000

------- Additional Comments From caffer at cs dot ucc dot ie  2006-08-09 00:14 
-------
Hi Nick,

If the following condition is met, line_comment_chars consists of just "#":

#if (defined (TE_I386AIX)                               \
     || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) \
         && !defined (TE_LINUX)                         \
         && !defined (TE_NETWARE)                       \
         && !defined (TE_FreeBSD)                       \
         && !defined (TE_NetBSD)))

The problem can be seen with the i386-elf-as cross assembler from the
DarwinPorts i386-elf-binutils package on MacOS X on an Intel Mac (and I presume
on a PowerPC Mac too). I can reproduce the problem with a file called test.S
consisting of just these two lines:

/* Hello
 World */

The same file assembles without error under Linux.

Regards,
Neil

-- 


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

------- 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]