projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f6c00
)
add SUNW filter tag in the list of special tags
author
Yann Rouillard
<yann@pleiades.fr.eu.org>
Fri, 10 May 2013 02:18:25 +0000
(
04:18
+0200)
committer
Yann Rouillard
<yann@pleiades.fr.eu.org>
Fri, 10 May 2013 02:18:25 +0000
(
04:18
+0200)
elftools/elf/dynamic.py
patch
|
blob
|
history
diff --git
a/elftools/elf/dynamic.py
b/elftools/elf/dynamic.py
index a62ef169dc894717f33087a882549546908fb1cc..60fb4500c3bb3aafd06fec910593a1d7bfd061a0 100644
(file)
--- a/
elftools/elf/dynamic.py
+++ b/
elftools/elf/dynamic.py
@@
-25,7
+25,8
@@
class DynamicTag(object):
value of DT_SONAME (fetched from the dynamic symbol table).
"""
_HANDLED_TAGS = frozenset(
- ['DT_NEEDED', 'DT_RPATH', 'DT_RUNPATH', 'DT_SONAME'])
+ ['DT_NEEDED', 'DT_RPATH', 'DT_RUNPATH', 'DT_SONAME',
+ 'DT_SUNW_FILTER'])
def __init__(self, entry, elffile):
self.entry = entry