svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Tue Jan 3 03:52:34 UTC 2006


Author: vapier
Date: 2006-01-02 19:52:32 -0800 (Mon, 02 Jan 2006)
New Revision: 13036

Log:
touchup comments and define Blackfin for Jie Zhang

Modified:
   trunk/uClibc/include/elf.h


Changeset:
Modified: trunk/uClibc/include/elf.h
===================================================================
--- trunk/uClibc/include/elf.h	2006-01-03 01:00:00 UTC (rev 13035)
+++ trunk/uClibc/include/elf.h	2006-01-03 03:52:32 UTC (rev 13036)
@@ -252,7 +252,8 @@
 #define EM_OPENRISC	92		/* OpenRISC 32-bit embedded processor */
 #define EM_ARC_A5	93		/* ARC Cores Tangent-A5 */
 #define EM_XTENSA	94		/* Tensilica Xtensa Architecture */
-#define EM_NUM		95
+#define EM_BLACKFIN	106		/* Analog Devices Blackfin */
+#define EM_NUM		107
 
 /* If it is necessary to assign new unofficial EM_* values, please
    pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the
@@ -2692,6 +2693,7 @@
 #define R_V850_NUM		25
 
 
+/* Renesas H8/300 Relocations */
 #define R_H8_NONE       0
 #define R_H8_DIR32      1
 #define R_H8_DIR32_28   2
@@ -2735,9 +2737,8 @@
 #define R_H8_DIR32A16  63
 #define R_H8_ABS32     65
 #define R_H8_ABS32A16 127
+#define R_H8_NUM      128
 
-/* Altera NIOS specific definitions.  */
-
 /* NIOS relocations. */
 #define R_NIOS_NONE				0
 #define R_NIOS_32				1	/* A 32 bit absolute relocation.*/




More information about the uClibc-cvs mailing list