mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
PR 11123
* arm-dis.c (print_insn_coprocessor): Initialise value.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-01-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR 11123
|
||||||
|
* arm-dis.c (print_insn_coprocessor): Initialise value.
|
||||||
|
|
||||||
2010-01-04 Edmar Wienskoski <edmar@freescale.com>
|
2010-01-04 Edmar Wienskoski <edmar@freescale.com>
|
||||||
|
|
||||||
* ppc-dis.c (ppc_opts): Add entry for "e500mc64".
|
* ppc-dis.c (ppc_opts): Add entry for "e500mc64".
|
||||||
|
@ -1749,7 +1749,7 @@ print_insn_coprocessor (bfd_vma pc,
|
|||||||
void *stream = info->stream;
|
void *stream = info->stream;
|
||||||
fprintf_ftype func = info->fprintf_func;
|
fprintf_ftype func = info->fprintf_func;
|
||||||
unsigned long mask;
|
unsigned long mask;
|
||||||
unsigned long value;
|
unsigned long value = 0;
|
||||||
unsigned long allowed_arches = ((arm_feature_set *) info->private_data)->coproc;
|
unsigned long allowed_arches = ((arm_feature_set *) info->private_data)->coproc;
|
||||||
int cond;
|
int cond;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user