1
0
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:
caiyinyu
2022-07-19 09:20:45 +08:00
committed by Adhemerval Zanella
parent 4c2c2142d6
commit 2d83247d90
2 changed files with 69 additions and 2 deletions

View File

@ -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):