Browse Source

Rename EM_56800V4 to EM_56800EF.

include/elf:
	* common.h: Rename EM_56800V4 to EM_56800EF.
gdb-12-branch
Cary Coutant 4 years ago
parent
commit
dfbcbf85ea
  1. 2
      include/elf/common.h

2
include/elf/common.h

@ -356,7 +356,7 @@
#define EM_KF32 259 /* ChipON KungFu32 */
#define EM_U16_U8CORE 260 /* LAPIS nX-U16/U8 */
#define EM_TACHYUM 261 /* Tachyum */
#define EM_56800V4 262 /* NXP 56800V4 Digital Signal Controller (DSC) */
#define EM_56800EF 262 /* NXP 56800EF Digital Signal Controller (DSC) */
/* If it is necessary to assign new unofficial EM_* values, please pick large
random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision

Loading…
Cancel
Save