diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:21:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:21:18 +0000 |
commit | afef487c7d41371152f6e4b1460301fdd1e5a2e8 (patch) | |
tree | c68ab091a1f7c2f94cba5a1cedd53acba4a267cb /include/elf/common.h | |
parent | e8a57b4fc7cec3447c6e9d91a507fe19ae92898f (diff) | |
download | cygnal-afef487c7d41371152f6e4b1460301fdd1e5a2e8.tar.gz cygnal-afef487c7d41371152f6e4b1460301fdd1e5a2e8.tar.bz2 cygnal-afef487c7d41371152f6e4b1460301fdd1e5a2e8.zip |
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 02665b715..62517f24c 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -172,7 +172,7 @@ #define EM_D10V 85 /* Mitsubishi D10V */ #define EM_D30V 86 /* Mitsubishi D30V */ #define EM_V850 87 /* NEC v850 */ -#define EM_M32R 88 /* Mitsubishi M32R */ +#define EM_M32R 88 /* Renesas M32R (formerly Mitsubishi M32R) */ #define EM_MN10300 89 /* Matsushita MN10300 */ #define EM_MN10200 90 /* Matsushita MN10200 */ #define EM_PJ 91 /* picoJava */ |