[Bug gas/4572] division doesn't work on solaris/x86

2009-08-03 Thread whaley at cs dot utsa dot edu
--- 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 id

[Bug gas/4572] division doesn't work on solaris/x86

2009-08-02 Thread whaley at cs dot utsa dot edu
--- Additional Comments From whaley at cs dot utsa dot edu 2009-08-02 16:42 --- I think defaulting to the gnu ('/' means division) behavior is the right thing as well. Note that the present behavior does *not* match solaris, since \/ does not allow division, as the solaris m

[Bug gas/4572] division doesn't work on solaris/x86

2007-05-31 Thread whaley at cs dot utsa dot edu
--- Additional Comments From whaley at cs dot utsa dot edu 2007-06-01 02:44 --- I can modify the assembly source only by removing functionality. In the original code, it is a cpp macro defined to an integer constant that is being passed in and being divided by known constant. Without

[Bug gas/4572] division doesn't work on solaris/x86

2007-05-31 Thread whaley at cs dot utsa dot edu
--- Additional Comments From whaley at cs dot utsa dot edu 2007-05-31 18:01 --- OK, I have established that the problem is that '/' is a comment character under solaris/x86. The Sun assembly ref manual states that \/ should work to perform division in expressions, but thi

[Bug gas/4572] New: division doesn't work on solaris/x86

2007-05-31 Thread whaley at cs dot utsa dot edu
signed at sources dot redhat dot com ReportedBy: whaley at cs dot utsa dot edu CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=4572 --- You are receiving this mail because: --- You are on