Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>1999-09-04 21:15:44 +0400
committerIan Lance Taylor <iant@google.com>1999-09-04 21:15:44 +0400
commita300318f3a47917d02f3aa62a26483d4411b6ef6 (patch)
tree39994b2a1a826abe164b63eace73afa28d3cf5e1 /include/elf/common.h
parent30ac0e791883de74e25f77c84fc1556e81efb0ea (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 378f3c998..69ea572b2 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.