projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab9715
)
fix a mistake in symbol visibility description string table
author
Yann Rouillard
<yann@pleiades.fr.eu.org>
Sun, 16 Jun 2013 18:43:14 +0000
(20:43 +0200)
committer
Yann Rouillard
<yann@pleiades.fr.eu.org>
Sun, 16 Jun 2013 20:46:29 +0000
(22:46 +0200)
elftools/elf/descriptions.py
patch
|
blob
|
history
diff --git
a/elftools/elf/descriptions.py
b/elftools/elf/descriptions.py
index 0b681655b467160982806f7c3a4477e18a45e821..279856aecaade30a025bfc3f53c6267ca0239c50 100644
(file)
--- a/
elftools/elf/descriptions.py
+++ b/
elftools/elf/descriptions.py
@@
-264,7
+264,7
@@
_DESCR_ST_VISIBILITY = dict(
STV_DEFAULT='DEFAULT',
STV_INTERNAL='INTERNAL',
STV_HIDDEN='HIDDEN',
- ST
D
_PROTECTED='PROTECTED',
+ ST
V
_PROTECTED='PROTECTED',
)
_DESCR_ST_SHNDX = dict(