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:
authorDoug Evans <dje@google.com>1999-10-05 04:43:14 +0400
committerDoug Evans <dje@google.com>1999-10-05 04:43:14 +0400
commitda3a7aa1b60ab75f2ddecae759824c71737816c0 (patch)
treea5bc6ee5f53da0f60af2cfc9852723a980b0d500 /include/elf/m32r.h
parent02bd4206a84a4266ba9917c31a23370f37ded9b6 (diff)
* m32r.h (E_M32RX_ARCH): Define.
Diffstat (limited to 'include/elf/m32r.h')
-rw-r--r--include/elf/m32r.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/m32r.h b/include/elf/m32r.h
index 0537d1369..a12ae16ae 100644
--- a/include/elf/m32r.h
+++ b/include/elf/m32r.h
@@ -62,5 +62,7 @@ END_RELOC_NUMBERS
/* m32r code. */
#define E_M32R_ARCH 0x00000000
+/* m32rx code. */
+#define E_M32RX_ARCH 0x10000000
#endif