summaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-01 15:50:31 +0000
committerNick Clifton <nickc@redhat.com>2003-04-01 15:50:31 +0000
commit6176891137d4da487dfb0520606c4d0340e77b70 (patch)
treeb1ab1ab9d0b2a5a1c4e8874ced77e6dad127cf0f /include/elf/common.h
parent0d35def77e2bf63df9f1acd210ca723c09a2f30e (diff)
downloadgdb-6176891137d4da487dfb0520606c4d0340e77b70.tar.gz
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 2315fa8d7ce..a515817a509 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. */