X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fip2k-dis.c;h=5f79b804fe0243e48718301d4f7a0aa2c6333b95;hb=3c5a0e025bf0163ce6a540ac0a18a91f97e215a3;hp=e1b451ee89ee1e80e37a5b053d57b2323dbec81c;hpb=4162bb66c684478bfd0f6f0e121c25b6830d8191;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c index e1b451ee89..5f79b804fe 100644 --- a/opcodes/ip2k-dis.c +++ b/opcodes/ip2k-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. @@ -285,9 +285,10 @@ ip2k_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 (); } } @@ -638,7 +639,7 @@ print_insn_ip2k (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 */