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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to