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:
authorNick Clifton <nickc@redhat.com>2003-04-01 19:50:31 +0400
committerNick Clifton <nickc@redhat.com>2003-04-01 19:50:31 +0400
commit5340a2ed6daff6dba00a3f12b94fa1a350cee7db (patch)
tree4f722b5bef3bc31bdec139da6ed99bf6076d4935 /include/elf/common.h
parentd78045eed04e74da0c05a82038521fe38f0dee01 (diff)
Add Xtensa port
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 2315fa8d7..a515817a5 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -261,6 +261,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Vitesse IQ2000. */
#define EM_IQ2000 0xFEBA
+
+/* Old, unofficial value for Xtensa. */
+#define EM_XTENSA_OLD 0xabc7
+
/* See the above comment before you add a new EM_* value here. */
/* Values for e_version. */