[BACK]Return to nds32.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / include / opcode

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/include/opcode/nds32.h between version 1.2 and 1.3

version 1.2, 2016/12/14 21:48:37 version 1.3, 2018/04/14 15:49:44
Line 1 
Line 1 
 /* nds32.h -- Header file for nds32 opcode table  /* nds32.h -- Header file for nds32 opcode table
    Copyright (C) 2012-2015 Free Software Foundation, Inc.     Copyright (C) 2012-2016 Free Software Foundation, Inc.
    Contributed by Andes Technology Corporation.     Contributed by Andes Technology Corporation.
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
Line 36 
Line 36 
 #define REG_SP          31  #define REG_SP          31
   
 /* Macros for extracting fields or making an instruction.  */  /* Macros for extracting fields or making an instruction.  */
 static const int nds32_r45map[] =  static const int nds32_r45map[] ATTRIBUTE_UNUSED =
 {  {
   0, 1, 2,  3,  4,  5,  6,  7,    0, 1, 2,  3,  4,  5,  6,  7,
   8, 9, 10, 11, 16, 17, 18, 19    8, 9, 10, 11, 16, 17, 18, 19
 };  };
   
 static const int nds32_r54map[] =  static const int nds32_r54map[] ATTRIBUTE_UNUSED =
 {  {
    0,  1,  2,  3,  4,  5,  6,  7,     0,  1,  2,  3,  4,  5,  6,  7,
    8,  9, 10, 11, -1, -1, -1, -1,     8,  9, 10, 11, -1, -1, -1, -1,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>