Skip to content

Commit

Permalink
Bump GLIBC
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTate committed Mar 28, 2024
1 parent b10e64c commit 21ce37b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/devtools/symbol-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
MAX_VERSIONS = {
'GCC': (4,8,0),
'GLIBC': {
lief.ELF.ARCH.i386: (2,18),
lief.ELF.ARCH.x86_64: (2,18),
lief.ELF.ARCH.ARM: (2,18),
lief.ELF.ARCH.AARCH64:(2,18),
lief.ELF.ARCH.PPC64: (2,18),
lief.ELF.ARCH.i386: (2,24),
lief.ELF.ARCH.x86_64: (2,24),
lief.ELF.ARCH.ARM: (2,24),
lief.ELF.ARCH.AARCH64:(2,24),
lief.ELF.ARCH.PPC64: (2,24),
LIEF_ELF_ARCH_RISCV: (2,27),
},
'LIBATOMIC': (1,0),
Expand Down

0 comments on commit 21ce37b

Please sign in to comment.