diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:15:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-04 17:15:44 +0000 |
commit | c6a40e00bc610fdda7ec4d831f3e9f77ea0d21f5 (patch) | |
tree | 7ec25c83a47a3c072f2e7111e74968d7d857f073 /include/elf/common.h | |
parent | 1e608f986c4f02941e9e59c00babc379cb7bfc6d (diff) | |
download | gdb-c6a40e00bc610fdda7ec4d831f3e9f77ea0d21f5.zip gdb-c6a40e00bc610fdda7ec4d831f3e9f77ea0d21f5.tar.gz gdb-c6a40e00bc610fdda7ec4d831f3e9f77ea0d21f5.tar.bz2 |
1999-09-04 Steve Chamberlain <sac@pobox.com>
* pj.h: New file.
* common.h (EM_PJ): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 378f3c9..69ea572 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -119,6 +119,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_COLDFIRE 52 /* Motorola Coldfire */ #define EM_68HC12 53 /* Motorola M68HC12 */ +#define EM_PJ 99 /* picoJava */ + /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision with official or non-GNU unofficial values. |