This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
objdump's ARM instruction names messed up in latest versions?
- From: chris at seberino dot org
- To: binutils at sourceware dot org
- Date: Tue, 16 Jun 2009 10:34:36 -0700
- Subject: objdump's ARM instruction names messed up in latest versions?
ARM has a weird way of naming instructions that was adhered to in objdump version
2.17 but seems to have gotten messed up in 2.19.1 (on Ubuntu 9.04 with
2.19.1-multiarch)
I'm referring to the position of the "condition codes".
For example, the ldrt instruction with an "eq" condition code should be named
"ldreqt".
The 2.19.1 version of objdump violates this ARM convention and puts all
condition codes at the *end*...e.g. "ldrteq".
What that intentional or is this a bug in latest objdump?
cs