From: Joseph Myers Date: Sat, 28 Nov 2009 03:18:00 +0000 (+0000) Subject: * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000, X-Git-Tag: cgen-snapshot-20091201~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c65b80078c46195622486707f5a1573eeab42f4;p=external%2Fbinutils.git * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000, EM_TI_C5500, EM_CUDA): Define. (EM_res140, EM_res141, EM_res142): Remove. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 18c5287..fa34334 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,9 @@ +2009-11-28 Joseph Myers + + * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000, + EM_TI_C5500, EM_CUDA): Define. + (EM_res140, EM_res141, EM_res142): Remove. + 2009-11-17 Paul Brook Daniel Jacobowitz diff --git a/include/elf/common.h b/include/elf/common.h index 3788395..ff6aed2 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -74,6 +74,7 @@ #define ELFOSABI_OPENVMS 13 /* OpenVMS */ #define ELFOSABI_NSK 14 /* Hewlett-Packard Non-Stop Kernel */ #define ELFOSABI_AROS 15 /* AROS */ +#define ELFOSABI_FENIXOS 16 /* FenixOS */ #define ELFOSABI_ARM 97 /* ARM */ #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ @@ -240,9 +241,9 @@ #define EM_VIDEOCORE3 137 /* Broadcom VideoCore III processor */ #define EM_LATTICEMICO32 138 /* RISC processor for Lattice FPGA architecture */ #define EM_SE_C17 139 /* Seiko Epson C17 family */ -#define EM_res140 140 /* Reserved */ -#define EM_res141 141 /* Reserved */ -#define EM_res142 142 /* Reserved */ +#define EM_TI_C6000 140 /* Texas Instruments TMS320C6000 DSP family */ +#define EM_TI_C2000 141 /* Texas Instruments TMS320C2000 DSP family */ +#define EM_TI_C5500 142 /* Texas Instruments TMS320C55x DSP family */ #define EM_res143 143 /* Reserved */ #define EM_res144 144 /* Reserved */ #define EM_res145 145 /* Reserved */ @@ -291,6 +292,7 @@ #define EM_TILE64 187 /* Tilera TILE64 multicore architecture family */ #define EM_TILEPRO 188 /* Tilera TILEPro multicore architecture family */ #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */ +#define EM_CUDA 190 /* NVIDIA CUDA architecture */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision