aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2021-12-20 16:14:56 +0800
committerSam James <sam@gentoo.org>2022-03-24 15:42:27 +0000
commit8ae4575392cef94c1e66197c5c35e7a194f3eb93 (patch)
treeae370f34ff524ae53ecbe82c3b4dd666685bca61 /paxelf.c
parentlddtree: add --skip-missing (diff)
downloadpax-utils-8ae4575392cef94c1e66197c5c35e7a194f3eb93.tar.gz
pax-utils-8ae4575392cef94c1e66197c5c35e7a194f3eb93.tar.bz2
pax-utils-8ae4575392cef94c1e66197c5c35e7a194f3eb93.zip
paxelf: add LoongArch to recognized ELF machine types
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'paxelf.c')
-rw-r--r--paxelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/paxelf.c b/paxelf.c
index bbd38bf..331f1b4 100644
--- a/paxelf.c
+++ b/paxelf.c
@@ -277,6 +277,7 @@ static pairtype elf_emtypes[] = {
QUERY(EM_TILEGX),
QUERY(EM_ALPHA),
QUERY(EM_RISCV),
+ QUERY(EM_LOONGARCH),
{ 0, 0 }
};