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 | |
parent | e8a57b4fc7cec3447c6e9d91a507fe19ae92898f (diff) | |
download | newlib-afef487c7d41371152f6e4b1460301fdd1e5a2e8.zip newlib-afef487c7d41371152f6e4b1460301fdd1e5a2e8.tar.gz newlib-afef487c7d41371152f6e4b1460301fdd1e5a2e8.tar.bz2 |
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index b84eac5..ccfe39b 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * common.h: Replace references to Mitsubishi M32R with + references to Renesas M32R. + 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> * common.h: Replace occurrances of 'Hitachi' with 'Renesas'. diff --git a/include/elf/common.h b/include/elf/common.h index 02665b7..62517f2 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 */ |