On Thu, Aug 03, 2006 at 12:36:28PM +0200, Ramon Bertran Monfort wrote: > On branch-conditional (bc) instructions the > generated objdump string shows diferent > branch hint for the same opcode.
PowerPC processors use two different schemes for branch hints. Older processors use a single "y" bit, newer processors use two "at" bits. You need to read your processor documentation to figure out how they work. Pass -mpower4 to gas to enable "at" branch hints. -- Alan Modra IBM OzLabs - Linux Technology Centre _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils