projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4811e84
)
Fix a typo EM_BLAFKIN --> EM_BLACKFIN
author
Eli Bendersky
<eliben@gmail.com>
Fri, 16 Feb 2018 13:58:44 +0000
(
05:58
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Fri, 16 Feb 2018 13:58:44 +0000
(
05:58
-0800)
Fixes #181
elftools/elf/descriptions.py
patch
|
blob
|
history
diff --git
a/elftools/elf/descriptions.py
b/elftools/elf/descriptions.py
index 79c7d603c203e50b7a9ca548d3fd9d333033495e..d5ad7c9234ede5a716064cc81d28b450b4b5fbc3 100644
(file)
--- a/
elftools/elf/descriptions.py
+++ b/
elftools/elf/descriptions.py
@@
-262,7
+262,7
@@
_DESCR_E_MACHINE = dict(
EM_AVR='Atmel AVR 8-bit microcontroller',
EM_ARM='ARM',
EM_AARCH64='AArch64',
- EM_BLA
FK
IN='Analog Devices Blackfin',
+ EM_BLA
KCF
IN='Analog Devices Blackfin',
EM_PPC='PowerPC',
RESERVED='RESERVED',
)