We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a688ff9 commit c36afe3Copy full SHA for c36afe3
contrib/devtools/symbol-check.py
@@ -35,7 +35,6 @@
35
MAX_VERSIONS = {
36
'GCC': (4,8,0),
37
'GLIBC': {
38
- lief.ELF.ARCH.i386: (2,18),
39
lief.ELF.ARCH.x86_64: (2,18),
40
lief.ELF.ARCH.ARM: (2,18),
41
lief.ELF.ARCH.AARCH64:(2,18),
@@ -57,9 +56,6 @@
57
56
# Expected linker-loader names can be found here:
58
# https://sourceware.org/glibc/wiki/ABIList?action=recall&rev=16
59
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
- },
63
lief.ELF.ARCH.x86_64: {
64
lief.ENDIANNESS.LITTLE: "/lib64/ld-linux-x86-64.so.2",
65
},
0 commit comments