From 1d6c42436ea9b4e2ab2ff52bddf92614ab990da5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Jun 2014 17:55:24 -0400 Subject: [PATCH] add Blackfin description --- elftools/elf/descriptions.py | 1 + 1 file changed, 1 insertion(+) 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', ) -- 2.30.2