diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-07-20 15:44:56 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-07-20 15:44:56 +0000 |
commit | 61d26b5e463a5396bfedbfad0f87254c20f4c37d (patch) | |
tree | 380222f70688d12b22fc9c802bb0ef33fbfd6062 /include/elf/common.h | |
parent | 43d25e835057308c0c6e809f10448083f5dcdf45 (diff) | |
download | cygnal-61d26b5e463a5396bfedbfad0f87254c20f4c37d.tar.gz cygnal-61d26b5e463a5396bfedbfad0f87254c20f4c37d.tar.bz2 cygnal-61d26b5e463a5396bfedbfad0f87254c20f4c37d.zip |
common.h (EM_CRIS): New machine number.
cris.h: New file.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index b2908539b..b116d540b 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -151,6 +151,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_SVX 73 /* Silicon Graphics SVx */ #define EM_ST19 74 /* STMicroelectronics ST19 8-bit microcontroller */ #define EM_VAX 75 /* Digital VAX */ +#define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */ #define EM_PJ 99 /* picoJava */ |