diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-12 13:09:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-04-12 13:09:10 +0000 |
commit | 52f16a0ef42872c78d551b416d281a7188ebf007 (patch) | |
tree | bc08667348ce082b275a31314a115048856ada17 /opcodes/ChangeLog | |
parent | 4332c151d49700a2fcc8c72125f6eef5d0f2ed09 (diff) | |
download | fsf-binutils-gdb-52f16a0ef42872c78d551b416d281a7188ebf007.zip fsf-binutils-gdb-52f16a0ef42872c78d551b416d281a7188ebf007.tar.gz fsf-binutils-gdb-52f16a0ef42872c78d551b416d281a7188ebf007.tar.bz2 |
PR binutils/2454
* avr-dis.c (avr_operand): Arrange for a comment to appear before the symolic
form of an address, so that the output of objdump -d can be reassembled.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 030118a5..0f09870 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2006-04-12 Hochstein <hochstein@algo.informatik.tu-darmstadt.de> + + PR binutils/2454 + * avr-dis.c (avr_operand): Arrange for a comment to appear before + the symolic form of an address, so that the output of objdump -d + can be reassembled. + 2006-04-10 DJ Delorie <dj@redhat.com> * m32c-asm.c: Regenerate. |