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:
authorSwami Reddy M R <MR.Swami.Reddy@nsc.com>2008-06-18 15:03:03 +0400
committerSwami Reddy M R <MR.Swami.Reddy@nsc.com>2008-06-18 15:03:03 +0400
commit7f3323196493638ee8df46b4e40109bc7dc77a60 (patch)
tree5bc3a980b0fd119b6cf968e9ccfa4645ec652856 /include/elf/common.h
parent7fb8d6126616f0b4093d1e08bcfff0a1cdb038f6 (diff)
common.h (EM_CR16): Correct value.
(EM_CR16): Rename to EM_CR16_OLD.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index bd28ebd4d..917594050 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -235,6 +235,7 @@
#define EM_METAG 174 /* Imagination Technologies META processor architecture */
#define EM_MCST_ELBRUS 175 /* MCST Elbrus general purpose hardware architecture */
#define EM_ECOG16 176 /* Cyan Technology eCOG16 family */
+#define EM_CR16 177 /* National Semiconductor CompactRISC 16-bit processor */
/* If it is necessary to assign new unofficial EM_* values, please pick large
random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
@@ -258,8 +259,8 @@
/* picoJava */
#define EM_PJ_OLD 99
-/* National Semiconductor CompactRISC - CR16 */
-#define EM_CR16 115
+/* Old, unofficial value for National Semiconductor CompactRISC - CR16 */
+#define EM_CR16_OLD 115
/* AVR magic number. Written in the absense of an ABI. */
#define EM_AVR_OLD 0x1057