add Blackfin description
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Jun 2014 21:55:24 +0000 (17:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 5 Jun 2014 13:33:50 +0000 (09:33 -0400)
elftools/elf/descriptions.py

index 3eb208ce5897d3fa9791869185e4a49617832c46..6d108c2a3401475b72d2a9d48a74d9c9fa1f8e39 100644 (file)
@@ -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',
 )