------- 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 being able to do this, I
have to switch a compile-time division to a run-time one, which means a mov
becomes a long multicycle operation.  

You are saying there is no way to do division in integer expressions with gas on
solaris, even though it works on all other OSes?  Isn't that less than ideal?

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.


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

Reply via email to