projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1399ba2
)
Trim whitespace
author
Eli Bendersky
<eliben@gmail.com>
Tue, 4 Feb 2020 13:33:02 +0000
(
05:33
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Tue, 4 Feb 2020 13:33:02 +0000
(
05:33
-0800)
elftools/elf/elffile.py
patch
|
blob
|
history
diff --git
a/elftools/elf/elffile.py
b/elftools/elf/elffile.py
index 6bafa27639886f933191244b120fd5ef4be5c630..c5b66c7f7acaa2584a2ae34d6ab3cc014198fd35 100644
(file)
--- a/
elftools/elf/elffile.py
+++ b/
elftools/elf/elffile.py
@@
-167,7
+167,7
@@
class ELFFile(object):
section_names = ('.debug_info', '.debug_aranges', '.debug_abbrev',
'.debug_str', '.debug_line', '.debug_frame',
- '.debug_loc', '.debug_ranges', '.debug_pubtypes',
+ '.debug_loc', '.debug_ranges', '.debug_pubtypes',
'.debug_pubnames')
compressed = bool(self.get_section_by_name('.zdebug_info'))