mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
This commit is contained in:
committed by
Adhemerval Zanella
parent
4c2c2142d6
commit
2d83247d90
@ -252,7 +252,8 @@ class Machine(_OpenIntEnum):
|
||||
EM_RISCV = 243
|
||||
EM_BPF = 247
|
||||
EM_CSKY = 252
|
||||
EM_NUM = 253
|
||||
EM_LOONGARCH = 258
|
||||
EM_NUM = 259
|
||||
EM_ALPHA = 0x9026
|
||||
|
||||
class Et(_OpenIntEnum):
|
||||
|
Reference in New Issue
Block a user