Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2008-11-28 21:02:18 +0300
committercvs2svn <>2008-11-28 21:02:18 +0300
commit70a60740a515ee9ca511951bc3898fd4b48b1d1f (patch)
treef8d66bf4853bffed1cf0c4f80c9ccf4ea3ed5a2e /include/xtensa-isa.h
parentee40f8d491c436074cc576643f9d988b67319e8a (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20081201
snapshot-20081201'. Sprout from multiprocess-20081120-branch 2008-11-19 18:25:20 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2008-11-28 18:02:17 UTC Thiemo Seufer <ths@networkno.de> ' * aoutx.h (NAME): Add case statements for bfd_mach_mips14000,': ChangeLog Makefile.def Makefile.in Makefile.tpl config-ml.in config/ChangeLog config/mh-mingw config/unwind_ipinfo.m4 configure configure.ac include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/cr16.h include/elf/cris.h include/opcode/ChangeLog include/opcode/mips.h include/xtensa-isa-internal.h include/xtensa-isa.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/xtensa-isa.h')
-rw-r--r--include/xtensa-isa.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/xtensa-isa.h b/include/xtensa-isa.h
index c4e31ed7f..69ac60d4b 100644
--- a/include/xtensa-isa.h
+++ b/include/xtensa-isa.h
@@ -1,5 +1,5 @@
/* Interface definition for configurable Xtensa ISA support.
- Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+ Copyright 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
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
#define XTENSA_LIBISA_H
@@ -686,6 +687,13 @@ extern int
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"). */