diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-03 03:52:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-03 03:52:32 +0000 |
commit | 63a7517e860537243ae1f398df384f43a8b2b2c2 (patch) | |
tree | 5872c33a08f6b707d6cba28280ca343243e00917 /include/elf.h | |
parent | f1cdc0b850fb53fb4a94ca4c49039bb4c8a22228 (diff) |
touchup comments and define Blackfin for Jie Zhang
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/elf.h b/include/elf.h index 691798af8..429e1f6ce 100644 --- a/include/elf.h +++ b/include/elf.h @@ -252,7 +252,8 @@ typedef struct #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 @@ typedef Elf32_Addr Elf32_Conflict; #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,8 +2737,7 @@ typedef Elf32_Addr Elf32_Conflict; #define R_H8_DIR32A16 63 #define R_H8_ABS32 65 #define R_H8_ABS32A16 127 - -/* Altera NIOS specific definitions. */ +#define R_H8_NUM 128 /* NIOS relocations. */ #define R_NIOS_NONE 0 |