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

2006-11-24 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-11-23 21:36 --- Already fixed. -- What|Removed |Added Status|WAITING

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

2006-08-09 Thread Nick Clifton
Hi Neil, 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)

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

2006-08-09 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-09 08:29 --- Subject: Re: Slash-star comments don't work for some x86 targets Hi Neil, If the following condition is met, line_comment_chars consists of just #: #if (defined (TE_I386AIX) \

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

2006-08-09 Thread caffer at cs dot ucc dot ie
--- Additional Comments From caffer at cs dot ucc dot ie 2006-08-09 16:09 --- This bug report is against version 2.16.1. The bug does indeed seem to be fixed in 2.17. I had looked at the overall project changelog for 2.17 but didn't see anything I thought was relevant. Sorry for the

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

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 14:16 --- Hi Caffer, Which i386 targets do not have / in their line_comment_chars array ? As far as I can see all i386 targets have the forward slash in their line comment chars array, and since this array is parsed

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

2006-08-08 Thread caffer at cs dot ucc dot ie
--- 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)) \