diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-29 10:12:57 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-29 10:12:57 +0000 |
commit | 6255809cae6e4b63fb7599cdc28824083feb52b0 (patch) | |
tree | 2581d7a5871d26a2445d2a614f74d3592fd8b004 /opcodes | |
parent | c8170782319c10cf5f35644a508da9be24f943fc (diff) | |
download | gdb-6255809cae6e4b63fb7599cdc28824083feb52b0.zip gdb-6255809cae6e4b63fb7599cdc28824083feb52b0.tar.gz gdb-6255809cae6e4b63fb7599cdc28824083feb52b0.tar.bz2 |
* arm-dis.c: Correct top-level comment.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arm-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6c249e2..cdbd4ee 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-11-29 Richard Earnshaw <rearnsha@arm.com> + + * arm-dis.c: Correct top-level comment. + 2004-11-27 Richard Earnshaw <rearnsha@arm.com> * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 1cec104..5388bd1 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -49,7 +49,7 @@ #define WORD_ADDRESS(pc) ((pc) & ~0x3) -/* Format of the assembler string : +/* Format of the disassembler control string : %% % %<bitfield>d print the bitfield in decimal |