[BACK]Return to xtensa-isa.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / include

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/include/xtensa-isa.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2009/08/18 10:16:42 version 1.1.1.2, 2011/09/24 22:22:23
Line 1 
Line 1 
 /* Interface definition for configurable Xtensa ISA support.  /* Interface definition for configurable Xtensa ISA support.
    Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc.     Copyright 2003, 2004, 2005, 2006, 2008, 2010 Free Software Foundation, Inc.
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or     the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.     (at your option) any later version.
   
    This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
Line 15 
Line 15 
   
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */     Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
      USA.  */
   
 #ifndef XTENSA_LIBISA_H  #ifndef XTENSA_LIBISA_H
 #define XTENSA_LIBISA_H  #define XTENSA_LIBISA_H
Line 686  extern int
Line 687  extern int
 xtensa_state_is_exported (xtensa_isa isa, xtensa_state st);  xtensa_state_is_exported (xtensa_isa isa, xtensa_state st);
   
   
   /* Check for a "shared_or" state.  Returns 0 if the condition is false,
      1 if the condition is true, and XTENSA_UNDEFINED on error.  */
   
   extern int
   xtensa_state_is_shared_or (xtensa_isa isa, xtensa_state st);
   
   
   
 /* Sysregs ("special registers" and "user registers").  */  /* Sysregs ("special registers" and "user registers").  */
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>