[BACK]Return to m32c-dis.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / opcodes

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/opcodes/m32c-dis.c between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2018/04/14 15:37:26 version 1.1.1.4, 2020/04/03 17:41:52
Line 1 
Line 1 
   /* DO NOT EDIT!  -*- buffer-read-only: t -*- vi:set ro:  */
 /* Disassembler interface for targets using CGEN. -*- C -*-  /* Disassembler interface for targets using CGEN. -*- C -*-
    CGEN: Cpu tools GENerator     CGEN: Cpu tools GENerator
   
    THIS FILE IS MACHINE GENERATED WITH CGEN.     THIS FILE IS MACHINE GENERATED WITH CGEN.
    - the resultant file is machine generated, cgen-dis.in isn't     - the resultant file is machine generated, cgen-dis.in isn't
   
    Copyright (C) 1996-2016 Free Software Foundation, Inc.     Copyright (C) 1996-2018 Free Software Foundation, Inc.
   
    This file is part of libopcodes.     This file is part of libopcodes.
   
Line 28 
Line 29 
 #include "sysdep.h"  #include "sysdep.h"
 #include <stdio.h>  #include <stdio.h>
 #include "ansidecl.h"  #include "ansidecl.h"
 #include "dis-asm.h"  #include "disassemble.h"
 #include "bfd.h"  #include "bfd.h"
 #include "symcat.h"  #include "symcat.h"
 #include "libiberty.h"  #include "libiberty.h"
Line 887  m32c_cgen_print_operand (CGEN_CPU_DESC c
Line 888  m32c_cgen_print_operand (CGEN_CPU_DESC c
   
     default :      default :
       /* xgettext:c-format */        /* xgettext:c-format */
       fprintf (stderr, _("Unrecognized field %d while printing insn.\n"),        opcodes_error_handler
                opindex);          (_("internal error: unrecognized field %d while printing insn"),
     abort ();           opindex);
         abort ();
   }    }
 }  }
   

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>