diff options
author | Donald Lindsay <dlindsay@redhat.com> | 1999-11-16 03:37:02 +0000 |
---|---|---|
committer | Donald Lindsay <dlindsay@redhat.com> | 1999-11-16 03:37:02 +0000 |
commit | cfbd315cb24f6ed795f715fe376182bfcc7b52de (patch) | |
tree | 38e4af4fcb5a0f657edebfbe5373164bc14c4b7b /opcodes/arm-opc.h | |
parent | 73c89d4876b3b10276edb1a5858d4c7e365f029a (diff) | |
download | gdb-cfbd315cb24f6ed795f715fe376182bfcc7b52de.zip gdb-cfbd315cb24f6ed795f715fe376182bfcc7b52de.tar.gz gdb-cfbd315cb24f6ed795f715fe376182bfcc7b52de.tar.bz2 |
Added 'X' format to ARM code.
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r-- | opcodes/arm-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index f49298f..2ea3e13 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -33,6 +33,7 @@ struct thumb_opcode %% % %<bitfield>d print the bitfield in decimal %<bitfield>x print the bitfield in hex + %<bitfield>X print the bitfield as 1 hex digit without leading "0x" %<bitfield>r print as an ARM register %<bitfield>f print a floating point constant if >7 else a floating point register |