X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmt-dis.c;h=2cbca8cbf787849b27df34b9e8f5e77d027051f3;hb=50d036364fb2a71b3ac9a0b0cdbe58296832a1b2;hp=fddbc812b05f217bad74c1c62203f94bb1d67cda;hpb=88c1242dc0a1e1ab582a65ea8bd05eb5f244c59b;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mt-dis.c b/opcodes/mt-dis.c index fddbc812b0..2cbca8cbf7 100644 --- a/opcodes/mt-dis.c +++ b/opcodes/mt-dis.c @@ -1,10 +1,11 @@ +/* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ /* Disassembler interface for targets using CGEN. -*- C -*- CGEN: Cpu tools GENerator THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2017 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of libopcodes. @@ -286,9 +287,10 @@ mt_cgen_print_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while printing insn.\n"), - opindex); - abort (); + opcodes_error_handler + (_("internal error: unrecognized field %d while printing insn"), + opindex); + abort (); } } @@ -639,7 +641,7 @@ print_insn_mt (bfd_vma pc, disassemble_info *info) cgen_bitset_add (isa, CGEN_COMPUTE_ISA (info)); } #else - isa = info->insn_sets; + isa = info->private_data; #endif /* If we've switched cpu's, try to find a handle we've used before */