diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:18:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:18:37 +0000 |
commit | e8c02edb9af4a324771c3a561f3a5d3cf7c5cdde (patch) | |
tree | 5a8869964e684b582f65eb89ab98940e77b7037d /include | |
parent | ff21dc0ea5db921f0bc891fc6c4f8742198c5b6c (diff) | |
download | newlib-e8c02edb9af4a324771c3a561f3a5d3cf7c5cdde.zip newlib-e8c02edb9af4a324771c3a561f3a5d3cf7c5cdde.tar.gz newlib-e8c02edb9af4a324771c3a561f3a5d3cf7c5cdde.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'include')
-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 86b82fe..0cef267 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -247,6 +247,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* FRV magic number - no EABI available??. */ #define EM_CYGNUS_FRV 0x5441 + +/* Ubicom IP2xxx; no ABI */ +#define EM_IP2K_OLD 0x8217 + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ |