summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 1110d3bb61..ff243b95dc 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -1688,6 +1688,7 @@ get_machine_name (unsigned e_machine)
case EM_XTENSA: return "Tensilica Xtensa Processor";
case EM_M32C: return "Renesas M32c";
case EM_MT: return "Morpho Techologies MT processor";
+ case EM_BLACKFIN: return "Analog Devices Blackfin";
default:
snprintf (buff, sizeof (buff), _("<unknown>: %x"), e_machine);
return buff;