diff options
author | Nick Clifton <nickc@redhat.com> | 2010-06-16 15:12:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-06-16 15:12:51 +0000 |
commit | 09ec0d177a3ca98495ba2c4fec834a5e1c9c3e17 (patch) | |
tree | 4eb2516612b3029b1a325bf15466984149d8a6c7 /opcodes/ChangeLog | |
parent | 81efa4eed00bc6af13b4fb7b4fb3dca5def20e10 (diff) | |
download | gdb-09ec0d177a3ca98495ba2c4fec834a5e1c9c3e17.zip gdb-09ec0d177a3ca98495ba2c4fec834a5e1c9c3e17.tar.gz gdb-09ec0d177a3ca98495ba2c4fec834a5e1c9c3e17.tar.bz2 |
2010-06-16 Vincent Rivire <vincent.riviere@freesbee.fr>
PR binutils/11676
* m68k-dis.c (print_insn_arg): Prefix float constants with #0e.
2010-06-16 Nick Clifton <nickc@redhat.com>
PR binutils/11676
* gas/m68k/pr11676.s: New test.
* gas/m68k/pr11676.d: Expected disassembly.
* gas/m68k/all.exp: Run the new test.
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 8f283dd..c22f0d7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr> + + PR binutils/11676 + * m68k-dis.c (print_insn_arg): Prefix float constants with #0e. + 2010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de> * ppc-dis.c (ppc_opts): Remove PPC_OPCODE_E500MC from e500 and |