* m32r.h (E_M32RX_ARCH): Define.

This commit is contained in:
Doug Evans
1999-10-05 00:43:14 +00:00
parent 02bd4206a8
commit da3a7aa1b6
2 changed files with 6 additions and 0 deletions

View File

@ -62,5 +62,7 @@ END_RELOC_NUMBERS
/* m32r code. */
#define E_M32R_ARCH 0x00000000
/* m32rx code. */
#define E_M32RX_ARCH 0x10000000
#endif