diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/mep.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index beb40b6..f6e73fd 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2009-04-07 DJ Delorie <dj@redhat.com> + + * mep.h (EF_MEP_CPU_C5): New. + 2009-04-01 H.J. Lu <hongjiu.lu@intel.com> * common.h (EM_INTEL178): Removed. diff --git a/include/elf/mep.h b/include/elf/mep.h index 51eb8d0..4565516 100644 --- a/include/elf/mep.h +++ b/include/elf/mep.h @@ -73,6 +73,8 @@ END_RELOC_NUMBERS(R_MEP_max) #define EF_MEP_CPU_C2 0x01000000 /* MEP c2 */ #define EF_MEP_CPU_C3 0x02000000 /* MEP c3 */ #define EF_MEP_CPU_C4 0x04000000 /* MEP c4 */ +/* 5..7 are reseved */ +#define EF_MEP_CPU_C5 0x08000000 /* MEP c5 */ #define EF_MEP_CPU_H1 0x10000000 /* MEP h1 */ #define EF_MEP_LIBRARY 0x00000100 /* Built as a library */ |