[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/7005] Wrongly interpretation of branch hint codes for powe
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug binutils/7005] Wrongly interpretation of branch hint codes for powerpc |
Date: |
9 Nov 2008 21:33:34 -0000 |
------- 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.