[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: |
2 Aug 2009 16:42:51 -0000 |
------- 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 manual says it should. Therefore, the present default
is nonstandard in every way, and it is difficult to see why it should be
retained over defaulting to at least one standard behavior, and defaulting to
Linux/x86 standard would certainly help other libraries to port (I reworked
every assembly file in ATLAS to work around this bug a couple of years ago).
--
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.