summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-03 23:04:01 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-03 23:04:01 +0000
commit1af4ec5a3807f05e2b8126c9e430c10e2e70ead9 (patch)
treec2f03dfcb7d97abe5b9d1ec964dc4b53ba7e42dd /utils
parent037c47dba6db9e9018a3b9daaf90e5e8e652d679 (diff)
Paul Mundt <lethal@linux-sh.org> writes:
Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas for the relevant platforms (in this case, h8, sh, and m32r). The same changes have already been going on in gcc/binutils/gdb/glibc/etc.
Diffstat (limited to 'utils')
-rw-r--r--utils/readelf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/readelf.c b/utils/readelf.c
index 1d53c4c3d..a08f1b27c 100644
--- a/utils/readelf.c
+++ b/utils/readelf.c
@@ -181,14 +181,14 @@ static void describe_elf_hdr(Elf32_Ehdr* ehdr)
case EM_RCE: tmp="Motorola RCE"; break;
case EM_ARM: tmp="ARM"; break;
case EM_FAKE_ALPHA: tmp="Digital Alpha"; break;
- case EM_SH: tmp="Hitachi SH"; break;
+ case EM_SH: tmp="Renesas SH"; break;
case EM_SPARCV9: tmp="SPARC v9 64-bit"; break;
case EM_TRICORE: tmp="Siemens Tricore"; break;
case EM_ARC: tmp="Argonaut RISC Core"; break;
- case EM_H8_300: tmp="Hitachi H8/300"; break;
- case EM_H8_300H: tmp="Hitachi H8/300H"; break;
- case EM_H8S: tmp="Hitachi H8S"; break;
- case EM_H8_500: tmp="Hitachi H8/500"; break;
+ case EM_H8_300: tmp="Renesas H8/300"; break;
+ case EM_H8_300H: tmp="Renesas H8/300H"; break;
+ case EM_H8S: tmp="Renesas H8S"; break;
+ case EM_H8_500: tmp="Renesas H8/500"; break;
case EM_IA_64: tmp="Intel Merced"; break;
case EM_MIPS_X: tmp="Stanford MIPS-X"; break;
case EM_COLDFIRE: tmp="Motorola Coldfire"; break;
@@ -225,7 +225,7 @@ static void describe_elf_hdr(Elf32_Ehdr* ehdr)
case EM_D10V: tmp="Mitsubishi D10V"; break;
case EM_D30V: tmp="Mitsubishi D30V"; break;
case EM_V850: tmp="NEC v850"; break;
- case EM_M32R: tmp="Mitsubishi M32R"; break;
+ case EM_M32R: tmp="Renesas M32R"; break;
case EM_MN10300: tmp="Matsushita MN10300"; break;
case EM_MN10200: tmp="Matsushita MN10200"; break;
case EM_PJ: tmp="picoJava"; break;