Browse Source
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.
gdb_7_2-branch
6 changed files with 28 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
#objdump: -d --prefix-addresses |
|||
#name: PR 11676 |
|||
|
|||
# Test disassembling of floating point constants. |
|||
|
|||
.*: +file format .* |
|||
|
|||
Disassembly of section .text: |
|||
0+000 <foo>[ ]fmoves #0e1.23,%fp0 |
|||
@ -0,0 +1,4 @@ |
|||
.text |
|||
.global foo |
|||
foo: |
|||
fmoves #0e1.23,%fp0 |
|||
Loading…
Reference in new issue