[include/elf]
* mep.h (EF_MEP_CPU_C5): New. [bfd] * archures.c: Add bfd_mach_mep_c5. * bfd-in2.h: Likewise. * cpu-mep.c: Add bfd_c5_arch. * elf32-mep.c: Support it. [gas] * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support. (md_show_usage): Change default endian to little. * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little. [ld] * emulparams/elf32mep.sh: Change default endian to little.
This commit is contained in:
parent
93c75f41e4
commit
4e952f53dc
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue