mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Add EM for loongarch (#192)
This commit is contained in:
parent
61e374f247
commit
bfe1bc257d
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ typedef enum {
|
|||
EM_SPARCV9 = 43, /* SPARC v9 64-bit */
|
||||
EM_IA_64 = 50, /* Intel IA-64 */
|
||||
EM_X86_64 = 62, /* AMD x86-64 */
|
||||
EM_ALPHA = 0x9026 /* Alpha (no ABI) */
|
||||
EM_ALPHA = 0x9026, /* Alpha (no ABI) */
|
||||
EM_LOONGARCH = 258 /* loongson LoongArch */
|
||||
} elf_machine;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue