[BACK]Return to d30v-dis.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / 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/dist/opcodes/d30v-dis.c between version 1.1.1.8 and 1.1.1.9

version 1.1.1.8, 2020/04/03 23:39:48 version 1.1.1.9, 2022/12/23 19:00:57
Line 1 
Line 1 
 /* Disassemble D30V instructions.  /* Disassemble D30V instructions.
    Copyright (C) 1997-2020 Free Software Foundation, Inc.     Copyright (C) 1997-2022 Free Software Foundation, Inc.
   
    This file is part of the GNU opcodes library.     This file is part of the GNU opcodes library.
   
Line 123  print_insn (struct disassemble_info *inf
Line 123  print_insn (struct disassemble_info *inf
             int is_long,              int is_long,
             int show_ext)              int show_ext)
 {  {
   int val, opnum, need_comma = 0;    unsigned int val, opnum;
   const struct d30v_operand *oper;    const struct d30v_operand *oper;
   int i, match, need_paren = 0, found_control = 0;    int i, match, need_comma = 0, need_paren = 0, found_control = 0;
   unsigned int opind = 0;    unsigned int opind = 0;
   
   (*info->fprintf_func) (info->stream, "%s", insn->op->name);    (*info->fprintf_func) (info->stream, "%s", insn->op->name);

Legend:
Removed from v.1.1.1.8  
changed lines
  Added in v.1.1.1.9

CVSweb <webmaster@jp.NetBSD.org>