diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:22:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:22:26 +0000 |
commit | 26597c8633310d53e876dba69e836ffcb572e793 (patch) | |
tree | 5d13132b735aec4cc693a1ba432b69ecf7fd6ce9 /include/elf | |
parent | ab7be2df2ab9fca2e19916e612433b63b0c87a08 (diff) | |
download | gdb-26597c8633310d53e876dba69e836ffcb572e793.zip gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.gz gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.bz2 |
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'include/elf')
-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 */ |