diff options
author | cvs2svn <> | 2003-04-02 16:55:27 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-04-02 16:55:27 +0000 |
commit | 010b654fac6c49ac2c734ee4151c641fbe49b403 (patch) | |
tree | c0e95dc0d9dd32c47f11e69b460587f21a69bf00 /include/elf/common.h | |
parent | 8ed0d1ced5ea081b1d3091e2c04b595c555f98b5 (diff) | |
download | cygnal-010b654fac6c49ac2c734ee4151c641fbe49b403.tar.gz cygnal-010b654fac6c49ac2c734ee4151c641fbe49b403.tar.bz2 cygnal-010b654fac6c49ac2c734ee4151c641fbe49b403.zip |
This commit was manufactured by cvs2svn to create branchcagney_frameaddr-20030403-branchpoint
'cagney_frameaddr-20030403-branch'.
Sprout from cagney_framebase-20030326-branch 2003-03-25 20:56:02 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2003-04-02 16:55:26 UTC Bob Wilson <bob.wilson@acm.org> ' * xtensa-config.h: Remove comment indicating that this is a':
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/arm.h
include/elf/common.h
include/elf/xtensa.h
include/gdb/ChangeLog
include/gdb/sim-arm.h
include/xtensa-config.h
include/xtensa-isa-internal.h
include/xtensa-isa.h
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
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. */ |