-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2010-06-16 Vincent Rivire <[email protected]>
PR binutils/11676 * m68k-dis.c (print_insn_arg): Prefix float constants with #0e. 2010-06-16 Nick Clifton <[email protected]> PR binutils/11676 * gas/m68k/pr11676.s: New test. * gas/m68k/pr11676.d: Expected disassembly. * gas/m68k/all.exp: Run the new test.
- Loading branch information
1 parent
81efa4e
commit 09ec0d1
Showing
6 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2010-06-16 Nick Clifton <[email protected]> | ||
|
||
PR binutils/11676 | ||
* gas/m68k/pr11676.s: New test. | ||
* gas/m68k/pr11676.d: Expected disassembly. | ||
* gas/m68k/all.exp: Run the new test. | ||
|
||
2010-06-15 Joseph Myers <[email protected]> | ||
|
||
* gas/elf/elf.exp: Set target_machine for tic6x-*-*. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.text | ||
.global foo | ||
foo: | ||
fmoves #0e1.23,%fp0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2010-06-16 Vincent Rivière <[email protected]> | ||
|
||
PR binutils/11676 | ||
* m68k-dis.c (print_insn_arg): Prefix float constants with #0e. | ||
|
||
2010-06-14 Sebastian Andrzej Siewior <[email protected]> | ||
|
||
* ppc-dis.c (ppc_opts): Remove PPC_OPCODE_E500MC from e500 and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters