From: Mike Frysinger Date: Wed, 4 Jun 2014 21:55:24 +0000 (-0400) Subject: add Blackfin description X-Git-Tag: v0.23~8^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d6c42436ea9b4e2ab2ff52bddf92614ab990da5;p=pyelftools.git add Blackfin description --- diff --git a/elftools/elf/descriptions.py b/elftools/elf/descriptions.py index 3eb208c..6d108c2 100644 --- 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', )