diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-16 10:24:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-16 10:24:48 +0000 |
commit | af69206070ccb02c8253df2c9e995c5ee4921273 (patch) | |
tree | 57c1c1a095203842335bddb1eedb6d96de276de9 /opcodes/ChangeLog | |
parent | e7ff5c732e7b95aafccd0910ea1a5cb8251a1033 (diff) | |
download | gdb-af69206070ccb02c8253df2c9e995c5ee4921273.zip gdb-af69206070ccb02c8253df2c9e995c5ee4921273.tar.gz gdb-af69206070ccb02c8253df2c9e995c5ee4921273.tar.bz2 |
PR binutils/4045
* avr-dis.c (comment_start): New variable, contains the prefix to use when
printing addresses in comments.
(print_insn_avr): Set comment_start to an empty space if there is no symbol
table available as the generic address printing code will prefix the
numeric value of the address with 0x.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1164417..72609ef 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2007-02-16 Nick Clifton <nickc@redhat.com> + + PR binutils/4045 + * avr-dis.c (comment_start): New variable, contains the prefix to + use when printing addresses in comments. + (print_insn_avr): Set comment_start to an empty space if there is + no symbol table available as the generic address printing code + will prefix the numeric value of the address with 0x. + 2007-02-13 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c: Updated to use an array of MAX_OPERANDS operands |