diff options
author | Svein Seldal <svein@dev.seldal.com> | 2004-12-14 22:27:05 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2004-12-14 22:27:05 +0000 |
commit | 246f4c05fd23d6504e1a1a5199f21b91755c6666 (patch) | |
tree | ba29534cdfb04bdf05f8b36e2708e3cdc99ffa63 /opcodes/ChangeLog | |
parent | 1fb249302e4d9394a63c0b167c431de33872bc09 (diff) | |
download | gdb-246f4c05fd23d6504e1a1a5199f21b91755c6666.zip gdb-246f4c05fd23d6504e1a1a5199f21b91755c6666.tar.gz gdb-246f4c05fd23d6504e1a1a5199f21b91755c6666.tar.bz2 |
Added printing of symbols on AVR disasm
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e20ccde..b64cd10 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-12-14 Svein E. Seldal <Svein.Seldal@solidas.com> + + * avr-dis.c: Prettyprint. Added printing of symbol names in all + memory references. Convert avr_operand() to C90 formatting. + 2004-12-05 Tomer Levi <Tomer.Levi@nsc.com> * crx-dis.c (print_arg): Use 'info->print_address_func' for address printing. |