diff options
author | Cary Coutant <ccoutant@gmail.com> | 2022-02-03 14:48:51 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2022-02-03 14:50:24 -0800 |
commit | dfbcbf85eafa63dd280745239eac62acd76f5081 (patch) | |
tree | e75a194c0c33e9d6604161069c6b8d74b62f81c6 /include | |
parent | 8d26ee1cd166b8565df17c82e7ecc9d35b5a367f (diff) | |
download | gdb-dfbcbf85eafa63dd280745239eac62acd76f5081.zip gdb-dfbcbf85eafa63dd280745239eac62acd76f5081.tar.gz gdb-dfbcbf85eafa63dd280745239eac62acd76f5081.tar.bz2 |
Rename EM_56800V4 to EM_56800EF.
include/elf:
* common.h: Rename EM_56800V4 to EM_56800EF.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index fe252e9..def04c3 100644 --- a/include/elf/common.h +++ b/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 |