add SUNW filter tag in the list of special tags
authorYann Rouillard <yann@pleiades.fr.eu.org>
Fri, 10 May 2013 02:18:25 +0000 (04:18 +0200)
committerYann Rouillard <yann@pleiades.fr.eu.org>
Fri, 10 May 2013 02:18:25 +0000 (04:18 +0200)
elftools/elf/dynamic.py

index a62ef169dc894717f33087a882549546908fb1cc..60fb4500c3bb3aafd06fec910593a1d7bfd061a0 100644 (file)
@@ -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