[BACK]Return to m10300-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/m10300-dis.c between version 1.1.1.4 and 1.1.1.4.12.1

version 1.1.1.4, 2016/10/26 17:30:26 version 1.1.1.4.12.1, 2018/04/16 01:58:41
Line 1 
Line 1 
 /* Disassemble MN10300 instructions.  /* Disassemble MN10300 instructions.
    Copyright (C) 1996-2016 Free Software Foundation, Inc.     Copyright (C) 1996-2018 Free Software Foundation, Inc.
   
    This file is part of the GNU opcodes library.     This file is part of the GNU opcodes library.
   
Line 21 
Line 21 
 #include "sysdep.h"  #include "sysdep.h"
 #include <stdio.h>  #include <stdio.h>
 #include "opcode/mn10300.h"  #include "opcode/mn10300.h"
 #include "dis-asm.h"  #include "disassemble.h"
 #include "opintl.h"  #include "opintl.h"
   
 #define HAVE_AM33_2 (info->mach == AM33_2)  #define HAVE_AM33_2 (info->mach == AM33_2)

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

CVSweb <webmaster@jp.NetBSD.org>