projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839d3d2
)
Fix #181 for real
author
Eli Bendersky
<eliben@gmail.com>
Sat, 17 Feb 2018 13:12:52 +0000
(
05:12
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Sat, 17 Feb 2018 13:12:52 +0000
(
05:12
-0800)
EM_BLAKCFIN --> EM_BLACKFIN
elftools/elf/descriptions.py
patch
|
blob
|
history
diff --git
a/elftools/elf/descriptions.py
b/elftools/elf/descriptions.py
index d5ad7c9234ede5a716064cc81d28b450b4b5fbc3..b76238a19fe60ee276507574f920f5ba8a772d13 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
KC
FIN='Analog Devices Blackfin',
+ EM_BLA
CK
FIN='Analog Devices Blackfin',
EM_PPC='PowerPC',
RESERVED='RESERVED',
)