projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d149e7d
)
add Blackfin description
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 4 Jun 2014 21:55:24 +0000
(17:55 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 5 Jun 2014 13:33:50 +0000
(09:33 -0400)
elftools/elf/descriptions.py
patch
|
blob
|
history
diff --git
a/elftools/elf/descriptions.py
b/elftools/elf/descriptions.py
index 3eb208ce5897d3fa9791869185e4a49617832c46..6d108c2a3401475b72d2a9d48a74d9c9fa1f8e39 100644
(file)
--- a/
elftools/elf/descriptions.py
+++ b/
elftools/elf/descriptions.py
@@
-171,6
+171,7
@@
_DESCR_E_MACHINE = dict(
EM_AVR='Atmel AVR 8-bit microcontroller',
EM_ARM='ARM',
EM_AARCH64='AArch64',
+ EM_BLAFKIN='Analog Devices Blackfin',
RESERVED='RESERVED',
)