------- Additional Comments From amodra at bigpond dot net dot au  2008-11-09 
21:33 -------
You should look at the bc (Branch Conditional) Instruction page,
http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.aixassem/doc/alangref/bc.htm&tocNode=int_13023
again.  The BO field for processors compliant with the powerpc architecture
prior to version 2 of the spec ecoded branch hints using a "y" bit.  Later
processors use "at" bits.  gas supports both, but by default selects the older
encoding.  Use -mpower4 (or -mpower5 etc.) to tell gas to use "at" encoding. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=7005

------- 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