forked from Imagelibrary/binutils-gdb
* ms1.opc (print_dollarhex): Correct format string.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-07-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ms1.opc (print_dollarhex): Correct format string.
|
||||||
|
|
||||||
2005-07-06 Alan Modra <amodra@bigpond.net.au>
|
2005-07-06 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* iq2000.cpu: Include from binutils cpu dir.
|
* iq2000.cpu: Include from binutils cpu dir.
|
||||||
@@ -326,7 +330,7 @@
|
|||||||
media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
|
media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
|
||||||
cmhtob): Use new operands.
|
cmhtob): Use new operands.
|
||||||
* frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
|
* frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
|
||||||
(parse_even_register): New function.
|
(parse_even_register): New function.
|
||||||
|
|
||||||
2003-06-03 Nick Clifton <nickc@redhat.com>
|
2003-06-03 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
|||||||
@@ -422,7 +422,7 @@ print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
|
|||||||
{
|
{
|
||||||
disassemble_info *info = (disassemble_info *) dis_info;
|
disassemble_info *info = (disassemble_info *) dis_info;
|
||||||
|
|
||||||
info->fprintf_func (info->stream, "$%x", value);
|
info->fprintf_func (info->stream, "$%lx", value);
|
||||||
|
|
||||||
if (0)
|
if (0)
|
||||||
print_normal (cd, dis_info, value, attrs, pc, length);
|
print_normal (cd, dis_info, value, attrs, pc, length);
|
||||||
|
|||||||
Reference in New Issue
Block a user