[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/4572] division doesn't work on solaris/x86
From: |
whaley at cs dot utsa dot edu |
Subject: |
[Bug gas/4572] division doesn't work on solaris/x86 |
Date: |
3 Aug 2009 16:39:45 -0000 |
------- Additional Comments From whaley at cs dot utsa dot edu 2009-08-03
16:39 -------
(In reply to comment #10)
> Gas is mainly for gcc. Assembler from Sun may not support the
> new x86 instructions, like SSE4, AVX, .... You may have to use
> gas with gcc. It isn't a good idea to make gas different from
> the native assembler on this by default.
OK, then why doesn't \/ work? This would be the same as the native assembler.
I believe gcc's present default of having / be the comment character, but not
allowing \/ to work means that it fails to act like either the solaris as *or*
itself on linux/x86.
I believe working like linux/x86 would ease porting to solaris/x86, which is
important since this is likely to remain a niche x86 platform, but at least
acting like the solaris as would be coherent . . .
Thanks,
Clint
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4572
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.