aboutsummaryrefslogtreecommitdiff
path: root/scripts/glibcelf.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/glibcelf.py')
-rw-r--r--scripts/glibcelf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/glibcelf.py b/scripts/glibcelf.py
index 47f95d0..de05091 100644
--- a/scripts/glibcelf.py
+++ b/scripts/glibcelf.py
@@ -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):