X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Ffrv-dis.c;h=6f3d6cc6fdb54c792e7028c5a7cc68d1b0c733da;hb=d43b7a2d5718f303a9e284f0d14219f05fbcfa17;hp=1cb85f4e48fc62b64fc36632467b6151abb826bf;hpb=4162bb66c684478bfd0f6f0e121c25b6830d8191;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c index 1cb85f4e48..6f3d6cc6fd 100644 --- a/opcodes/frv-dis.c +++ b/opcodes/frv-dis.c @@ -5,7 +5,7 @@ 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. @@ -393,9 +393,10 @@ frv_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 (); } } @@ -746,7 +747,7 @@ print_insn_frv (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 */