Skip to content

Commit

Permalink
Fix typo for symbols_version_requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmar committed Nov 19, 2021
1 parent a93e06d commit 7fc11cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/al_elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __init__(
"name": svd.name,
"version": svd.version,
}
for svd in binary.symbols_version_definition
for svd in binary.symbols_version_requirement
]

if binary.use_sysv_hash:
Expand Down

0 comments on commit 7fc11cd

Please sign in to comment.