[uClibc-cvs] uClibc/include elf.h,1.9,1.10

Erik Andersen andersen at uclibc.org
Wed Dec 3 23:04:03 UTC 2003


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv29576/include

Modified Files:
	elf.h 
Log Message:
Paul Mundt <lethal at 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.



Index: elf.h
===================================================================
RCS file: /var/cvs/uClibc/include/elf.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- elf.h	21 Oct 2003 06:49:01 -0000	1.9
+++ elf.h	3 Dec 2003 23:04:00 -0000	1.10
@@ -196,14 +196,14 @@
 #define EM_RCE		39		/* Motorola RCE */
 #define EM_ARM		40		/* ARM */
 #define EM_FAKE_ALPHA	41		/* Digital Alpha */
-#define EM_SH		42		/* Hitachi SH */
+#define EM_SH		42		/* Renesas SH */
 #define EM_SPARCV9	43		/* SPARC v9 64-bit */
 #define EM_TRICORE	44		/* Siemens Tricore */
 #define EM_ARC		45		/* Argonaut RISC Core */
-#define EM_H8_300	46		/* Hitachi H8/300 */
-#define EM_H8_300H	47		/* Hitachi H8/300H */
-#define EM_H8S		48		/* Hitachi H8S */
-#define EM_H8_500	49		/* Hitachi H8/500 */
+#define EM_H8_300	46		/* Renesas H8/300 */
+#define EM_H8_300H	47		/* Renesas H8/300H */
+#define EM_H8S		48		/* Renesas H8S */
+#define EM_H8_500	49		/* Renesas H8/500 */
 #define EM_IA_64	50		/* Intel Merced */
 #define EM_MIPS_X	51		/* Stanford MIPS-X */
 #define EM_COLDFIRE	52		/* Motorola Coldfire */
@@ -241,7 +241,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 */
 #define EM_MN10300	89		/* Matsushita MN10300 */
 #define EM_MN10200	90		/* Matsushita MN10200 */
 #define EM_PJ		91		/* picoJava */




More information about the uClibc-cvs mailing list