X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmt-dis.c;h=9b6df6a00314400084ec1e6ae65c29f991c22129;hb=9f123b911ec8c460304c3e1a3f18f1c2a311d97a;hp=fddbc812b05f217bad74c1c62203f94bb1d67cda;hpb=88c1242dc0a1e1ab582a65ea8bd05eb5f244c59b;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mt-dis.c b/opcodes/mt-dis.c index fddbc812b0..9b6df6a003 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-2018 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 (); } }