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 | 82456b17b7222d384179355e76d09703b22a9b09 (patch) | |
tree | e86f56121ef9fa9270ac5a919f07a391dea689db /include/elf/common.h | |
parent | c8488617692c4a3f6595b1dd14a0f7b653069d81 (diff) | |
download | gdb-82456b17b7222d384179355e76d09703b22a9b09.zip gdb-82456b17b7222d384179355e76d09703b22a9b09.tar.gz gdb-82456b17b7222d384179355e76d09703b22a9b09.tar.bz2 |
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 b290853..b116d54 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 */ |