Skip to content

Commit c36afe3

Browse files
committed
contrib: remove 32bit linux code from release scripts
1 parent a688ff9 commit c36afe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/devtools/symbol-check.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
MAX_VERSIONS = {
3636
'GCC': (4,8,0),
3737
'GLIBC': {
38-
lief.ELF.ARCH.i386: (2,18),
3938
lief.ELF.ARCH.x86_64: (2,18),
4039
lief.ELF.ARCH.ARM: (2,18),
4140
lief.ELF.ARCH.AARCH64:(2,18),
@@ -57,9 +56,6 @@
5756
# Expected linker-loader names can be found here:
5857
# https://sourceware.org/glibc/wiki/ABIList?action=recall&rev=16
5958
ELF_INTERPRETER_NAMES: Dict[lief.ELF.ARCH, Dict[lief.ENDIANNESS, str]] = {
60-
lief.ELF.ARCH.i386: {
61-
lief.ENDIANNESS.LITTLE: "/lib/ld-linux.so.2",
62-
},
6359
lief.ELF.ARCH.x86_64: {
6460
lief.ENDIANNESS.LITTLE: "/lib64/ld-linux-x86-64.so.2",
6561
},

0 commit comments

Comments
 (0)